Html Css Color HEX #6C3310 Baker's Chocolate

📋 copy color: '#6C3310'

red 108 ◦ green 51 ◦ blue 16

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

Shades of Baker's Chocolate #6C3310

Tints of Baker's Chocolate #6C3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 61.71%
G = 29.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6C3310 (or 0x6C3310) is known color: Baker's Chocolate. HEX triplet: 6C, 33 and 10. RGB value is (108,51,16). Sum of RGB (Red+Green+Blue) = 108+51+16=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3310 is #93CCEF. Grayscale: #404040. Windows color (decimal): -9686256 or 1061740. OLE color: 1061740.

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

Color convert

RGB 108 51 16 -
CMYK 0 0.53 0.85 0.58
HSL 22.83º 0.74% 0.24% -
HSV(B) 22.83º 0.85% 0.42% -
XYZ 7.46 5.59 1.18 -
YUV 64.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 108 51 16 0 0.53 0.85 0.58 22.83 0.74 0.24
Hex 6C 33 10 0 35 55 3A 17 4A 18
Octal 154 63 20 0 65 125 72 27 112 30
Binary 1101100 110011 10000 0 110101 1010101 111010 10111 1001010 11000

Color Harmonies of #6C3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3310

Black with #6C3310

Text Example


Text Example

White with #6C3310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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