Html Css Color HEX #6F4024 Semi-Sweet Chocolate

📋 copy color: '#6F4024'

red 111 ◦ green 64 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #6F4024

Tints of Semi-Sweet Chocolate #6F4024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 36 (14.45% from 255) = 17.06%

R = 52.61%
G = 30.33%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F4024 (or 0x6F4024) is known color: Semi-Sweet Chocolate. HEX triplet: 6F, 40 and 24. RGB value is (111,64,36). Sum of RGB (Red+Green+Blue) = 111+64+36=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4024 is #90BFDB. Grayscale: #4B4B4B. Windows color (decimal): -9486300 or 2375791. OLE color: 2375791.

HSL color Cylindrical-coordinate representation of color #6F4024: hue angle of 22.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F4024 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 64 36 -
CMYK 0 0.42 0.68 0.56
HSL 22.4º 0.51% 0.29% -
HSV(B) 22.4º 0.68% 0.44% -
XYZ 8.71 7.17 2.59 -
YUV 74.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 111 64 36 0 0.42 0.68 0.56 22.4 0.51 0.29
Hex 6F 40 24 0 2A 44 38 16 33 1D
Octal 157 100 44 0 52 104 70 26 63 35
Binary 1101111 1000000 100100 0 101010 1000100 111000 10110 110011 11101

Color Harmonies of #6F4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4024

Black with #6F4024

Text Example


Text Example

White with #6F4024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,36); }

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

background-color css

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

 a { background-color: rgb(111,64,36); }

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

border-color css

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

 span { border-color: rgb(111,64,36); }

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