Html Css Color HEX #6F2D0E Baker's Chocolate

📋 copy color: '#6F2D0E'

red 111 ◦ green 45 ◦ blue 14

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

Shades of Baker's Chocolate #6F2D0E

Tints of Baker's Chocolate #6F2D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.47%

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

R = 65.29%
G = 26.47%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F2D0E (or 0x6F2D0E) is known color: Baker's Chocolate. HEX triplet: 6F, 2D and 0E. RGB value is (111,45,14). Sum of RGB (Red+Green+Blue) = 111+45+14=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2D0E is #90D2F1. Grayscale: #3D3D3D. Windows color (decimal): -9491186 or 929135. OLE color: 929135.

HSL color Cylindrical-coordinate representation of color #6F2D0E: hue angle of 19.18º 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 #6F2D0E is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 45 14 -
CMYK 0 0.59 0.87 0.56
HSL 19.18º 0.78% 0.25% -
HSV(B) 19.18º 0.87% 0.44% -
XYZ 7.57 5.29 1.04 -
YUV 61.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 111 45 14 0 0.59 0.87 0.56 19.18 0.78 0.25
Hex 6F 2D E 0 3B 57 38 13 4E 19
Octal 157 55 16 0 73 127 70 23 116 31
Binary 1101111 101101 1110 0 111011 1010111 111000 10011 1001110 11001

Color Harmonies of #6F2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2D0E

Black with #6F2D0E

Text Example


Text Example

White with #6F2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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