Html Css Color HEX #6F3204 Baker's Chocolate

📋 copy color: '#6F3204'

red 111 ◦ green 50 ◦ blue 4

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

Shades of Baker's Chocolate #6F3204

Tints of Baker's Chocolate #6F3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 4 (1.95% from 255) = 2.42%

R = 67.27%
G = 30.3%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F3204 (or 0x6F3204) is known color: Baker's Chocolate. HEX triplet: 6F, 32 and 04. RGB value is (111,50,4). Sum of RGB (Red+Green+Blue) = 111+50+4=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3204 is #90CDFB. Grayscale: #3F3F3F. Windows color (decimal): -9489916 or 275055. OLE color: 275055.

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

Color convert

RGB 111 50 4 -
CMYK 0 0.55 0.96 0.56
HSL 25.79º 0.93% 0.23% -
HSV(B) 25.79º 0.96% 0.44% -
XYZ 7.72 5.67 0.8 -
YUV 63 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 111 50 4 0 0.55 0.96 0.56 25.79 0.93 0.23
Hex 6F 32 4 0 37 60 38 1A 5D 17
Octal 157 62 4 0 67 140 70 32 135 27
Binary 1101111 110010 100 0 110111 1100000 111000 11010 1011101 10111

Color Harmonies of #6F3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3204

Black with #6F3204

Text Example


Text Example

White with #6F3204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,50,4); }

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

background-color css

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

 a { background-color: rgb(111,50,4); }

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

border-color css

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

 span { border-color: rgb(111,50,4); }

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