Html Css Color HEX #6F2F0E Baker's Chocolate

📋 copy color: '#6F2F0E'

red 111 ◦ green 47 ◦ blue 14

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

Shades of Baker's Chocolate #6F2F0E

Tints of Baker's Chocolate #6F2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 64.53%
G = 27.33%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F2F0E (or 0x6F2F0E) is known color: Baker's Chocolate. HEX triplet: 6F, 2F and 0E. RGB value is (111,47,14). Sum of RGB (Red+Green+Blue) = 111+47+14=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F0E is #90D0F1. Grayscale: #3E3E3E. Windows color (decimal): -9490674 or 929647. OLE color: 929647.

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

Color convert

RGB 111 47 14 -
CMYK 0 0.58 0.87 0.56
HSL 20.41º 0.78% 0.25% -
HSV(B) 20.41º 0.87% 0.44% -
XYZ 7.65 5.44 1.06 -
YUV 62.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 111 47 14 0 0.58 0.87 0.56 20.41 0.78 0.25
Hex 6F 2F E 0 3A 57 38 14 4E 19
Octal 157 57 16 0 72 127 70 24 116 31
Binary 1101111 101111 1110 0 111010 1010111 111000 10100 1001110 11001

Color Harmonies of #6F2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F0E

Black with #6F2F0E

Text Example


Text Example

White with #6F2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,47,14); }

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

background-color css

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

 a { background-color: rgb(111,47,14); }

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

border-color css

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

 span { border-color: rgb(111,47,14); }

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