Html Css Color HEX #6F2306 Baker's Chocolate

📋 copy color: '#6F2306'

red 111 ◦ green 35 ◦ blue 6

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

Shades of Baker's Chocolate #6F2306

Tints of Baker's Chocolate #6F2306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.95%

R = 73.03%
G = 23.03%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F2306 (or 0x6F2306) is known color: Baker's Chocolate. HEX triplet: 6F, 23 and 06. RGB value is (111,35,6). Sum of RGB (Red+Green+Blue) = 111+35+6=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2306 is #90DCF9. Grayscale: #363636. Windows color (decimal): -9493754 or 402287. OLE color: 402287.

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

Color convert

RGB 111 35 6 -
CMYK 0 0.68 0.95 0.56
HSL 16.57º 0.9% 0.23% -
HSV(B) 16.57º 0.95% 0.44% -
XYZ 7.19 4.59 0.68 -
YUV 54.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 111 35 6 0 0.68 0.95 0.56 16.57 0.9 0.23
Hex 6F 23 6 0 44 5F 38 11 5A 17
Octal 157 43 6 0 104 137 70 21 132 27
Binary 1101111 100011 110 0 1000100 1011111 111000 10001 1011010 10111

Color Harmonies of #6F2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2306

Black with #6F2306

Text Example


Text Example

White with #6F2306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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