Html Css Color HEX #6F2308 Baker's Chocolate

📋 copy color: '#6F2308'

red 111 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #6F2308

Tints of Baker's Chocolate #6F2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.73%

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

R = 72.08%
G = 22.73%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F2308 (or 0x6F2308) is known color: Baker's Chocolate. HEX triplet: 6F, 23 and 08. RGB value is (111,35,8). Sum of RGB (Red+Green+Blue) = 111+35+8=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2308 is #90DCF7. Grayscale: #363636. Windows color (decimal): -9493752 or 533359. OLE color: 533359.

HSL color Cylindrical-coordinate representation of color #6F2308: hue angle of 15.73º 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 #6F2308 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 8 -
CMYK 0 0.68 0.93 0.56
HSL 15.73º 0.87% 0.23% -
HSV(B) 15.73º 0.93% 0.44% -
XYZ 7.2 4.6 0.74 -
YUV 54.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 111 35 8 0 0.68 0.93 0.56 15.73 0.87 0.23
Hex 6F 23 8 0 44 5D 38 10 57 17
Octal 157 43 10 0 104 135 70 20 127 27
Binary 1101111 100011 1000 0 1000100 1011101 111000 10000 1010111 10111

Color Harmonies of #6F2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2308

Black with #6F2308

Text Example


Text Example

White with #6F2308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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