Html Css Color HEX #6C290C Baker's Chocolate

📋 copy color: '#6C290C'

red 108 ◦ green 41 ◦ blue 12

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

Shades of Baker's Chocolate #6C290C

Tints of Baker's Chocolate #6C290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.47%

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 67.08%
G = 25.47%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C290C (or 0x6C290C) is known color: Baker's Chocolate. HEX triplet: 6C, 29 and 0C. RGB value is (108,41,12). Sum of RGB (Red+Green+Blue) = 108+41+12=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C290C is #93D6F3. Grayscale: #393939. Windows color (decimal): -9688820 or 797036. OLE color: 797036.

HSL color Cylindrical-coordinate representation of color #6C290C: hue angle of 18.12º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C290C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 41 12 -
CMYK 0 0.62 0.89 0.58
HSL 18.13º 0.8% 0.24% -
HSV(B) 18.13º 0.89% 0.42% -
XYZ 7.04 4.8 0.9 -
YUV 57.73 102.2 163.86 -
System Red Green Blue C M Y K H S L
Decimal 108 41 12 0 0.62 0.89 0.58 18.13 0.8 0.24
Hex 6C 29 C 0 3E 59 3A 12 50 18
Octal 154 51 14 0 76 131 72 22 120 30
Binary 1101100 101001 1100 0 111110 1011001 111010 10010 1010000 11000

Color Harmonies of #6C290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C290C

Black with #6C290C

Text Example


Text Example

White with #6C290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,12); }

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

background-color css

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

 a { background-color: rgb(108,41,12); }

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

border-color css

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

 span { border-color: rgb(108,41,12); }

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