Html Css Color HEX #6F270E Baker's Chocolate

📋 copy color: '#6F270E'

red 111 ◦ green 39 ◦ blue 14

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

Shades of Baker's Chocolate #6F270E

Tints of Baker's Chocolate #6F270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.78%

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

R = 67.68%
G = 23.78%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F270E (or 0x6F270E) is known color: Baker's Chocolate. HEX triplet: 6F, 27 and 0E. RGB value is (111,39,14). Sum of RGB (Red+Green+Blue) = 111+39+14=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 14 (5.86% from 255 or 8.54% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F270E is #90D8F1. Grayscale: #393939. Windows color (decimal): -9492722 or 927599. OLE color: 927599.

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

Color convert

RGB 111 39 14 -
CMYK 0 0.65 0.87 0.56
HSL 15.46º 0.78% 0.25% -
HSV(B) 15.46º 0.87% 0.44% -
XYZ 7.36 4.86 0.97 -
YUV 57.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 111 39 14 0 0.65 0.87 0.56 15.46 0.78 0.25
Hex 6F 27 E 0 41 57 38 F 4E 19
Octal 157 47 16 0 101 127 70 17 116 31
Binary 1101111 100111 1110 0 1000001 1010111 111000 1111 1001110 11001

Color Harmonies of #6F270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F270E

Black with #6F270E

Text Example


Text Example

White with #6F270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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