Html Css Color HEX #6F2F0B Baker's Chocolate

📋 copy color: '#6F2F0B'

red 111 ◦ green 47 ◦ blue 11

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

Shades of Baker's Chocolate #6F2F0B

Tints of Baker's Chocolate #6F2F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.51%

R = 65.68%
G = 27.81%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F2F0B (or 0x6F2F0B) is known color: Baker's Chocolate. HEX triplet: 6F, 2F and 0B. RGB value is (111,47,11). Sum of RGB (Red+Green+Blue) = 111+47+11=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2F0B is #90D0F4. Grayscale: #3E3E3E. Windows color (decimal): -9490677 or 733039. OLE color: 733039.

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

Color convert

RGB 111 47 11 -
CMYK 0 0.58 0.90 0.56
HSL 21.6º 0.82% 0.24% -
HSV(B) 21.6º 0.9% 0.44% -
XYZ 7.63 5.44 0.96 -
YUV 62.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 111 47 11 0 0.58 0.90 0.56 21.6 0.82 0.24
Hex 6F 2F B 0 3A 5A 38 16 52 18
Octal 157 57 13 0 72 132 70 26 122 30
Binary 1101111 101111 1011 0 111010 1011010 111000 10110 1010010 11000

Color Harmonies of #6F2F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2F0B

Black with #6F2F0B

Text Example


Text Example

White with #6F2F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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