Html Css Color HEX #664131 Very Dark Brown

📋 copy color: '#664131'

red 102 ◦ green 65 ◦ blue 49

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

Shades of Very Dark Brown #664131

Tints of Very Dark Brown #664131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 47.22%
G = 30.09%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#664131 (or 0x664131) is known color: Very Dark Brown. HEX triplet: 66, 41 and 31. RGB value is (102,65,49). Sum of RGB (Red+Green+Blue) = 102+65+49=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #664131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664131 is #99BECE. Grayscale: #4A4A4A. Windows color (decimal): -10075855 or 3228006. OLE color: 3228006.

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

Color convert

RGB 102 65 49 -
CMYK 0 0.36 0.52 0.6
HSL 18.11º 0.35% 0.3% -
HSV(B) 18.11º 0.52% 0.4% -
XYZ 7.92 6.83 3.81 -
YUV 74.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 102 65 49 0 0.36 0.52 0.6 18.11 0.35 0.3
Hex 66 41 31 0 24 34 3C 12 23 1E
Octal 146 101 61 0 44 64 74 22 43 36
Binary 1100110 1000001 110001 0 100100 110100 111100 10010 100011 11110

Color Harmonies of #664131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664131

Black with #664131

Text Example


Text Example

White with #664131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664131; }

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

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

background-color css

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

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

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

border-color css

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

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

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