Html Css Color HEX #6F3509 Baker's Chocolate

📋 copy color: '#6F3509'

red 111 ◦ green 53 ◦ blue 9

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

Shades of Baker's Chocolate #6F3509

Tints of Baker's Chocolate #6F3509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 64.16%
G = 30.64%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F3509 (or 0x6F3509) is known color: Baker's Chocolate. HEX triplet: 6F, 35 and 09. RGB value is (111,53,9). Sum of RGB (Red+Green+Blue) = 111+53+9=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3509 is #90CAF6. Grayscale: #414141. Windows color (decimal): -9489143 or 603503. OLE color: 603503.

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

Color convert

RGB 111 53 9 -
CMYK 0 0.52 0.92 0.56
HSL 25.88º 0.85% 0.24% -
HSV(B) 25.88º 0.92% 0.44% -
XYZ 7.88 5.95 0.99 -
YUV 65.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 111 53 9 0 0.52 0.92 0.56 25.88 0.85 0.24
Hex 6F 35 9 0 34 5C 38 1A 55 18
Octal 157 65 11 0 64 134 70 32 125 30
Binary 1101111 110101 1001 0 110100 1011100 111000 11010 1010101 11000

Color Harmonies of #6F3509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3509

Black with #6F3509

Text Example


Text Example

White with #6F3509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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