Html Css Color HEX #6F2809 Baker's Chocolate

📋 copy color: '#6F2809'

red 111 ◦ green 40 ◦ blue 9

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

Shades of Baker's Chocolate #6F2809

Tints of Baker's Chocolate #6F2809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 69.38%
G = 25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F2809 (or 0x6F2809) is known color: Baker's Chocolate. HEX triplet: 6F, 28 and 09. RGB value is (111,40,9). Sum of RGB (Red+Green+Blue) = 111+40+9=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2809 is #90D7F6. Grayscale: #393939. Windows color (decimal): -9492471 or 600175. OLE color: 600175.

HSL color Cylindrical-coordinate representation of color #6F2809: hue angle of 18.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F2809 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 9 -
CMYK 0 0.64 0.92 0.56
HSL 18.24º 0.85% 0.24% -
HSV(B) 18.24º 0.92% 0.44% -
XYZ 7.36 4.92 0.82 -
YUV 57.7 100.52 166.02 -
System Red Green Blue C M Y K H S L
Decimal 111 40 9 0 0.64 0.92 0.56 18.24 0.85 0.24
Hex 6F 28 9 0 40 5C 38 12 55 18
Octal 157 50 11 0 100 134 70 22 125 30
Binary 1101111 101000 1001 0 1000000 1011100 111000 10010 1010101 11000

Color Harmonies of #6F2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2809

Black with #6F2809

Text Example


Text Example

White with #6F2809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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