Html Css Color HEX #6C330C Baker's Chocolate

📋 copy color: '#6C330C'

red 108 ◦ green 51 ◦ blue 12

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

Shades of Baker's Chocolate #6C330C

Tints of Baker's Chocolate #6C330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

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

R = 63.16%
G = 29.82%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C330C (or 0x6C330C) is known color: Baker's Chocolate. HEX triplet: 6C, 33 and 0C. RGB value is (108,51,12). Sum of RGB (Red+Green+Blue) = 108+51+12=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C330C is #93CCF3. Grayscale: #3F3F3F. Windows color (decimal): -9686260 or 799596. OLE color: 799596.

HSL color Cylindrical-coordinate representation of color #6C330C: hue angle of 24.38º 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 #6C330C is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 51 12 -
CMYK 0 0.53 0.89 0.58
HSL 24.38º 0.8% 0.24% -
HSV(B) 24.38º 0.89% 0.42% -
XYZ 7.43 5.58 1.03 -
YUV 63.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 108 51 12 0 0.53 0.89 0.58 24.38 0.8 0.24
Hex 6C 33 C 0 35 59 3A 18 50 18
Octal 154 63 14 0 65 131 72 30 120 30
Binary 1101100 110011 1100 0 110101 1011001 111010 11000 1010000 11000

Color Harmonies of #6C330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C330C

Black with #6C330C

Text Example


Text Example

White with #6C330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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