Html Css Color HEX #6C320B Baker's Chocolate

📋 copy color: '#6C320B'

red 108 ◦ green 50 ◦ blue 11

#6C320B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #6C320B

Tints of Baker's Chocolate #6C320B

RGB

 RED value IS 108 (42.58% from 255) = 63.91%

 GREEN value IS 50 (19.92% from 255) = 29.59%

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 63.91%
G = 29.59%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C320B (or 0x6C320B) is known color: Baker's Chocolate. HEX triplet: 6C, 32 and 0B. RGB value is (108,50,11). Sum of RGB (Red+Green+Blue) = 108+50+11=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C320B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C320B is #93CDF4. Grayscale: #3F3F3F. Windows color (decimal): -9686517 or 733804. OLE color: 733804.

HSL color Cylindrical-coordinate representation of color #6C320B: hue angle of 24.12º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C320B is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 50 11 -
CMYK 0 0.54 0.90 0.58
HSL 24.12º 0.82% 0.23% -
HSV(B) 24.12º 0.9% 0.42% -
XYZ 7.39 5.49 0.99 -
YUV 62.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 108 50 11 0 0.54 0.90 0.58 24.12 0.82 0.23
Hex 6C 32 B 0 36 5A 3A 18 52 17
Octal 154 62 13 0 66 132 72 30 122 27
Binary 1101100 110010 1011 0 110110 1011010 111010 11000 1010010 10111

Color Harmonies of #6C320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C320B

Black with #6C320B

Text Example


Text Example

White with #6C320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C320B; }

 p { color: rgb(108,50,11); }

 H1.HeaderClassName
 {
   color: #6C320B;
 }
 .AnyTagClassName
 {
   color: #6C320B;
 }
</style>

background-color css

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

 a { background-color: rgb(108,50,11); }

 div.DivClassName
 {
   background-color: #6C320B;
 }
 .BgClassName
 {
   background-color: #6C320B;
 }
</style>

border-color css

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

 span { border-color: rgb(108,50,11); }

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