Html Css Color HEX #664124 Semi-Sweet Chocolate

📋 copy color: '#664124'

red 102 ◦ green 65 ◦ blue 36

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

Shades of Semi-Sweet Chocolate #664124

Tints of Semi-Sweet Chocolate #664124

RGB

 RED value IS 102 (40.23% from 255) = 50.25%

 GREEN value IS 65 (25.78% from 255) = 32.02%

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

R = 50.25%
G = 32.02%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.6

RGB Variations

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

Color information

#664124 (or 0x664124) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 41 and 24. RGB value is (102,65,36). Sum of RGB (Red+Green+Blue) = 102+65+36=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664124 is #99BEDB. Grayscale: #484848. Windows color (decimal): -10075868 or 2376038. OLE color: 2376038.

HSL color Cylindrical-coordinate representation of color #664124: hue angle of 26.36º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664124 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 36 -
CMYK 0 0.36 0.65 0.6
HSL 26.36º 0.48% 0.27% -
HSV(B) 26.36º 0.65% 0.4% -
XYZ 7.69 6.73 2.56 -
YUV 72.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 102 65 36 0 0.36 0.65 0.6 26.36 0.48 0.27
Hex 66 41 24 0 24 41 3C 1A 30 1B
Octal 146 101 44 0 44 101 74 32 60 33
Binary 1100110 1000001 100100 0 100100 1000001 111100 11010 110000 11011

Color Harmonies of #664124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664124

Black with #664124

Text Example


Text Example

White with #664124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664124; }

 p { color: rgb(102,65,36); }

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

background-color css

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

 a { background-color: rgb(102,65,36); }

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

border-color css

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

 span { border-color: rgb(102,65,36); }

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