Html Css Color HEX #664019 Dark Brown

📋 copy color: '#664019'

red 102 ◦ green 64 ◦ blue 25

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

Shades of Dark Brown #664019

Tints of Dark Brown #664019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 53.4%
G = 33.51%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664019 (or 0x664019) is known color: Dark Brown. HEX triplet: 66, 40 and 19. RGB value is (102,64,25). Sum of RGB (Red+Green+Blue) = 102+64+25=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664019 is #99BFE6. Grayscale: #474747. Windows color (decimal): -10076135 or 1654886. OLE color: 1654886.

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

Color convert

RGB 102 64 25 -
CMYK 0 0.37 0.75 0.6
HSL 30.39º 0.61% 0.25% -
HSV(B) 30.39º 0.75% 0.4% -
XYZ 7.49 6.56 1.79 -
YUV 70.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 102 64 25 0 0.37 0.75 0.6 30.39 0.61 0.25
Hex 66 40 19 0 25 4B 3C 1E 3D 19
Octal 146 100 31 0 45 113 74 36 75 31
Binary 1100110 1000000 11001 0 100101 1001011 111100 11110 111101 11001

Color Harmonies of #664019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664019

Black with #664019

Text Example


Text Example

White with #664019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664019; }

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

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

background-color css

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

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

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

border-color css

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

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

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