Html Css Color HEX #664126 Semi-Sweet Chocolate

📋 copy color: '#664126'

red 102 ◦ green 65 ◦ blue 38

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

Shades of Semi-Sweet Chocolate #664126

Tints of Semi-Sweet Chocolate #664126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.54%

R = 49.76%
G = 31.71%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664126 (or 0x664126) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 41 and 26. RGB value is (102,65,38). Sum of RGB (Red+Green+Blue) = 102+65+38=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664126 is #99BED9. Grayscale: #494949. Windows color (decimal): -10075866 or 2507110. OLE color: 2507110.

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

Color convert

RGB 102 65 38 -
CMYK 0 0.36 0.63 0.6
HSL 25.31º 0.46% 0.27% -
HSV(B) 25.31º 0.63% 0.4% -
XYZ 7.72 6.75 2.73 -
YUV 72.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 102 65 38 0 0.36 0.63 0.6 25.31 0.46 0.27
Hex 66 41 26 0 24 3F 3C 19 2E 1B
Octal 146 101 46 0 44 77 74 31 56 33
Binary 1100110 1000001 100110 0 100100 111111 111100 11001 101110 11011

Color Harmonies of #664126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664126

Black with #664126

Text Example


Text Example

White with #664126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664126; }

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

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

background-color css

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

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

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

border-color css

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

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

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