Html Css Color HEX #6F280E Baker's Chocolate

📋 copy color: '#6F280E'

red 111 ◦ green 40 ◦ blue 14

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

Shades of Baker's Chocolate #6F280E

Tints of Baker's Chocolate #6F280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

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

R = 67.27%
G = 24.24%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F280E (or 0x6F280E) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 0E. RGB value is (111,40,14). Sum of RGB (Red+Green+Blue) = 111+40+14=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F280E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F280E is #90D7F1. Grayscale: #3A3A3A. Windows color (decimal): -9492466 or 927855. OLE color: 927855.

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

Color convert

RGB 111 40 14 -
CMYK 0 0.64 0.87 0.56
HSL 16.08º 0.78% 0.25% -
HSV(B) 16.08º 0.87% 0.44% -
XYZ 7.39 4.93 0.98 -
YUV 58.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 111 40 14 0 0.64 0.87 0.56 16.08 0.78 0.25
Hex 6F 28 E 0 40 57 38 10 4E 19
Octal 157 50 16 0 100 127 70 20 116 31
Binary 1101111 101000 1110 0 1000000 1010111 111000 10000 1001110 11001

Color Harmonies of #6F280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F280E

Black with #6F280E

Text Example


Text Example

White with #6F280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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