Html Css Color HEX #6F3608 Baker's Chocolate

📋 copy color: '#6F3608'

red 111 ◦ green 54 ◦ blue 8

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

Shades of Baker's Chocolate #6F3608

Tints of Baker's Chocolate #6F3608

RGB

 RED value IS 111 (43.75% from 255) = 64.16%

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 64.16%
G = 31.21%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F3608 (or 0x6F3608) is known color: Baker's Chocolate. HEX triplet: 6F, 36 and 08. RGB value is (111,54,8). Sum of RGB (Red+Green+Blue) = 111+54+8=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3608 is #90C9F7. Grayscale: #424242. Windows color (decimal): -9488888 or 538223. OLE color: 538223.

HSL color Cylindrical-coordinate representation of color #6F3608: hue angle of 26.8º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F3608 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 54 8 -
CMYK 0 0.51 0.93 0.56
HSL 26.8º 0.87% 0.23% -
HSV(B) 26.8º 0.93% 0.44% -
XYZ 7.92 6.04 0.98 -
YUV 65.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 111 54 8 0 0.51 0.93 0.56 26.8 0.87 0.23
Hex 6F 36 8 0 33 5D 38 1B 57 17
Octal 157 66 10 0 63 135 70 33 127 27
Binary 1101111 110110 1000 0 110011 1011101 111000 11011 1010111 10111

Color Harmonies of #6F3608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3608

Black with #6F3608

Text Example


Text Example

White with #6F3608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,54,8); }

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

background-color css

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

 a { background-color: rgb(111,54,8); }

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

border-color css

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

 span { border-color: rgb(111,54,8); }

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