Html Css Color HEX #664125 Semi-Sweet Chocolate

📋 copy color: '#664125'

red 102 ◦ green 65 ◦ blue 37

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

Shades of Semi-Sweet Chocolate #664125

Tints of Semi-Sweet Chocolate #664125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 50%
G = 31.86%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#664125 (or 0x664125) is known color: Semi-Sweet Chocolate. HEX triplet: 66, 41 and 25. RGB value is (102,65,37). Sum of RGB (Red+Green+Blue) = 102+65+37=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #664125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664125 is #99BEDA. Grayscale: #494949. Windows color (decimal): -10075867 or 2441574. OLE color: 2441574.

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

Color convert

RGB 102 65 37 -
CMYK 0 0.36 0.64 0.6
HSL 25.85º 0.47% 0.27% -
HSV(B) 25.85º 0.64% 0.4% -
XYZ 7.7 6.74 2.64 -
YUV 72.87 107.76 148.78 -
System Red Green Blue C M Y K H S L
Decimal 102 65 37 0 0.36 0.64 0.6 25.85 0.47 0.27
Hex 66 41 25 0 24 40 3C 1A 2F 1B
Octal 146 101 45 0 44 100 74 32 57 33
Binary 1100110 1000001 100101 0 100100 1000000 111100 11010 101111 11011

Color Harmonies of #664125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664125

Black with #664125

Text Example


Text Example

White with #664125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664125; }

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

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

background-color css

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

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

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

border-color css

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

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

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