Html Css Color HEX #6F4220 Semi-Sweet Chocolate

📋 copy color: '#6F4220'

red 111 ◦ green 66 ◦ blue 32

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

Shades of Semi-Sweet Chocolate #6F4220

Tints of Semi-Sweet Chocolate #6F4220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 53.11%
G = 31.58%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6F4220 (or 0x6F4220) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 42 and 20. RGB value is (111,66,32). Sum of RGB (Red+Green+Blue) = 111+66+32=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4220 is #90BDDF. Grayscale: #4B4B4B. Windows color (decimal): -9485792 or 2114159. OLE color: 2114159.

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

Color convert

RGB 111 66 32 -
CMYK 0 0.41 0.71 0.56
HSL 25.82º 0.55% 0.28% -
HSV(B) 25.82º 0.71% 0.44% -
XYZ 8.76 7.38 2.33 -
YUV 75.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 111 66 32 0 0.41 0.71 0.56 25.82 0.55 0.28
Hex 6F 42 20 0 29 47 38 1A 37 1C
Octal 157 102 40 0 51 107 70 32 67 34
Binary 1101111 1000010 100000 0 101001 1000111 111000 11010 110111 11100

Color Harmonies of #6F4220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4220

Black with #6F4220

Text Example


Text Example

White with #6F4220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,32); }

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

background-color css

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

 a { background-color: rgb(111,66,32); }

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

border-color css

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

 span { border-color: rgb(111,66,32); }

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