#C6824B

Color #C6824B Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #C6824B

Tints of Brandy Punch #C6824B

Color information

#C6824B (or 0xC6824B) is unknown color: approx Brandy Punch. HEX triplet: C6, 82 and 4B. RGB value is (198,130,75). Sum of RGB (Red+Green+Blue) = 198+130+75=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6824B is #397DB4. Grayscale: #909090. Windows color (decimal): -3767733 or 4948678. OLE color: 4948678.

HSL color Cylindrical-coordinate representation of color #C6824B: hue angle of 26.83º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6824B is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19813075-
CMYK00.340.620.22
HSL26.83º51.9%53.53%-
HSV(B)26.83º62.12%77.65%-
XYZ32.5428.4810.44-
YUV144.0689.03166.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=49.13%
G=32.26%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981307500.340.620.2226.8351.953.53
HexC6824B0223E161b3436
Octal3062021130427626336466
Binary1100011010000010100101101000101111101011011011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6824B; }

 p { color: rgb(198,130,75); }

 H1.HeaderClassName
 {
   color: #C6824B;
 }
 .AnyTagClassName
 {
   color: #C6824B;
 }
</style>
background-color css

<style>
 a { background-color: #C6824B; }

 a { background-color: rgb(198,130,75); }

 div.DivClassName
 {
   background-color: #C6824B;
 }
 .BgClassName
 {
   background-color: #C6824B;
 }
</style>
border-color css

<style>
 span { border-color: #C6824B; }

 span { border-color: rgb(198,130,75); }

 td.TdClassName
 {
   border-color: #C6824B;
 }
 .TagClassName
 {
   border-color: #C6824B;
 }
</style>