Html Css Color HEX #6F3508 Baker's Chocolate

📋 copy color: '#6F3508'

red 111 ◦ green 53 ◦ blue 8

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

Shades of Baker's Chocolate #6F3508

Tints of Baker's Chocolate #6F3508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 64.53%
G = 30.81%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F3508 (or 0x6F3508) is known color: Baker's Chocolate. HEX triplet: 6F, 35 and 08. RGB value is (111,53,8). Sum of RGB (Red+Green+Blue) = 111+53+8=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3508 is #90CAF7. Grayscale: #414141. Windows color (decimal): -9489144 or 537967. OLE color: 537967.

HSL color Cylindrical-coordinate representation of color #6F3508: hue angle of 26.21º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F3508 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 53 8 -
CMYK 0 0.52 0.93 0.56
HSL 26.21º 0.87% 0.23% -
HSV(B) 26.21º 0.93% 0.44% -
XYZ 7.87 5.94 0.96 -
YUV 65.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 111 53 8 0 0.52 0.93 0.56 26.21 0.87 0.23
Hex 6F 35 8 0 34 5D 38 1A 57 17
Octal 157 65 10 0 64 135 70 32 127 27
Binary 1101111 110101 1000 0 110100 1011101 111000 11010 1010111 10111

Color Harmonies of #6F3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3508

Black with #6F3508

Text Example


Text Example

White with #6F3508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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