Html Css Color HEX #6F3609 Baker's Chocolate

📋 copy color: '#6F3609'

red 111 ◦ green 54 ◦ blue 9

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

Shades of Baker's Chocolate #6F3609

Tints of Baker's Chocolate #6F3609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 63.79%
G = 31.03%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F3609 (or 0x6F3609) is known color: Baker's Chocolate. HEX triplet: 6F, 36 and 09. RGB value is (111,54,9). Sum of RGB (Red+Green+Blue) = 111+54+9=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3609 is #90C9F6. Grayscale: #424242. Windows color (decimal): -9488887 or 603759. OLE color: 603759.

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

Color convert

RGB 111 54 9 -
CMYK 0 0.51 0.92 0.56
HSL 26.47º 0.85% 0.24% -
HSV(B) 26.47º 0.92% 0.44% -
XYZ 7.92 6.04 1.01 -
YUV 65.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 111 54 9 0 0.51 0.92 0.56 26.47 0.85 0.24
Hex 6F 36 9 0 33 5C 38 1A 55 18
Octal 157 66 11 0 63 134 70 32 125 30
Binary 1101111 110110 1001 0 110011 1011100 111000 11010 1010101 11000

Color Harmonies of #6F3609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3609

Black with #6F3609

Text Example


Text Example

White with #6F3609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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