Html Css Color HEX #664028 Semi-Sweet Chocolate

📋 copy color: '#664028'

red 102 ◦ green 64 ◦ blue 40

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

Shades of Semi-Sweet Chocolate #664028

Tints of Semi-Sweet Chocolate #664028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 49.51%
G = 31.07%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#664028 (or 0x664028) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 40 and 28. RGB value is (102,64,40). Sum of RGB (Red+Green+Blue) = 102+64+40=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #664028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664028 is #99BFD7. Grayscale: #484848. Windows color (decimal): -10076120 or 2637926. OLE color: 2637926.

HSL color Cylindrical-coordinate representation of color #664028: hue angle of 23.23º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664028 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 40 -
CMYK 0 0.37 0.61 0.6
HSL 23.23º 0.44% 0.28% -
HSV(B) 23.23º 0.61% 0.4% -
XYZ 7.7 6.64 2.88 -
YUV 72.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 102 64 40 0 0.37 0.61 0.6 23.23 0.44 0.28
Hex 66 40 28 0 25 3D 3C 17 2C 1C
Octal 146 100 50 0 45 75 74 27 54 34
Binary 1100110 1000000 101000 0 100101 111101 111100 10111 101100 11100

Color Harmonies of #664028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664028

Black with #664028

Text Example


Text Example

White with #664028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664028; }

 p { color: rgb(102,64,40); }

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

background-color css

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

 a { background-color: rgb(102,64,40); }

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

border-color css

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

 span { border-color: rgb(102,64,40); }

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