Html Css Color HEX #6C4024 Semi-Sweet Chocolate

📋 copy color: '#6C4024'

red 108 ◦ green 64 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #6C4024

Tints of Semi-Sweet Chocolate #6C4024

RGB

 RED value IS 108 (42.58% from 255) = 51.92%

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

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

R = 51.92%
G = 30.77%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6C4024 (or 0x6C4024) is known color: Semi-Sweet Chocolate. HEX triplet: 6C, 40 and 24. RGB value is (108,64,36). Sum of RGB (Red+Green+Blue) = 108+64+36=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4024 is #93BFDB. Grayscale: #4A4A4A. Windows color (decimal): -9682908 or 2375788. OLE color: 2375788.

HSL color Cylindrical-coordinate representation of color #6C4024: hue angle of 23.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C4024 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 64 36 -
CMYK 0 0.41 0.67 0.58
HSL 23.33º 0.5% 0.28% -
HSV(B) 23.33º 0.67% 0.42% -
XYZ 8.34 6.98 2.58 -
YUV 73.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 108 64 36 0 0.41 0.67 0.58 23.33 0.5 0.28
Hex 6C 40 24 0 29 43 3A 17 32 1C
Octal 154 100 44 0 51 103 72 27 62 34
Binary 1101100 1000000 100100 0 101001 1000011 111010 10111 110010 11100

Color Harmonies of #6C4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4024

Black with #6C4024

Text Example


Text Example

White with #6C4024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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