Html Css Color HEX #6F2F0C Baker's Chocolate

📋 copy color: '#6F2F0C'

red 111 ◦ green 47 ◦ blue 12

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

Shades of Baker's Chocolate #6F2F0C

Tints of Baker's Chocolate #6F2F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.06%

R = 65.29%
G = 27.65%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F2F0C (or 0x6F2F0C) is known color: Baker's Chocolate. HEX triplet: 6F, 2F and 0C. RGB value is (111,47,12). Sum of RGB (Red+Green+Blue) = 111+47+12=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F0C is #90D0F3. Grayscale: #3E3E3E. Windows color (decimal): -9490676 or 798575. OLE color: 798575.

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

Color convert

RGB 111 47 12 -
CMYK 0 0.58 0.89 0.56
HSL 21.21º 0.8% 0.24% -
HSV(B) 21.21º 0.89% 0.44% -
XYZ 7.64 5.44 1 -
YUV 62.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 111 47 12 0 0.58 0.89 0.56 21.21 0.8 0.24
Hex 6F 2F C 0 3A 59 38 15 50 18
Octal 157 57 14 0 72 131 70 25 120 30
Binary 1101111 101111 1100 0 111010 1011001 111000 10101 1010000 11000

Color Harmonies of #6F2F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F0C

Black with #6F2F0C

Text Example


Text Example

White with #6F2F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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