Html Css Color HEX #6F2F07 Baker's Chocolate

📋 copy color: '#6F2F07'

red 111 ◦ green 47 ◦ blue 7

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

Shades of Baker's Chocolate #6F2F07

Tints of Baker's Chocolate #6F2F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.24%

R = 67.27%
G = 28.48%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6F2F07 (or 0x6F2F07) is known color: Baker's Chocolate. HEX triplet: 6F, 2F and 07. RGB value is (111,47,7). Sum of RGB (Red+Green+Blue) = 111+47+7=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F07 is #90D0F8. Grayscale: #3D3D3D. Windows color (decimal): -9490681 or 470895. OLE color: 470895.

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

Color convert

RGB 111 47 7 -
CMYK 0 0.58 0.94 0.56
HSL 23.08º 0.88% 0.23% -
HSV(B) 23.08º 0.94% 0.44% -
XYZ 7.61 5.43 0.85 -
YUV 61.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 111 47 7 0 0.58 0.94 0.56 23.08 0.88 0.23
Hex 6F 2F 7 0 3A 5E 38 17 58 17
Octal 157 57 7 0 72 136 70 27 130 27
Binary 1101111 101111 111 0 111010 1011110 111000 10111 1011000 10111

Color Harmonies of #6F2F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F07

Black with #6F2F07

Text Example


Text Example

White with #6F2F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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