Html Css Color HEX #664119 Dark Brown

📋 copy color: '#664119'

red 102 ◦ green 65 ◦ blue 25

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

Shades of Dark Brown #664119

Tints of Dark Brown #664119

RGB

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

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

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

R = 53.13%
G = 33.85%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664119 (or 0x664119) is known color: Dark Brown. HEX triplet: 66, 41 and 19. RGB value is (102,65,25). Sum of RGB (Red+Green+Blue) = 102+65+25=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 25 (10.16% from 255 or 13.02% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #664119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664119 is #99BEE6. Grayscale: #474747. Windows color (decimal): -10075879 or 1655142. OLE color: 1655142.

HSL color Cylindrical-coordinate representation of color #664119: hue angle of 31.17º 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 #664119 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 25 -
CMYK 0 0.36 0.75 0.6
HSL 31.17º 0.61% 0.25% -
HSV(B) 31.17º 0.75% 0.4% -
XYZ 7.55 6.68 1.81 -
YUV 71.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 102 65 25 0 0.36 0.75 0.6 31.17 0.61 0.25
Hex 66 41 19 0 24 4B 3C 1F 3D 19
Octal 146 101 31 0 44 113 74 37 75 31
Binary 1100110 1000001 11001 0 100100 1001011 111100 11111 111101 11001

Color Harmonies of #664119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664119

Black with #664119

Text Example


Text Example

White with #664119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664119; }

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

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

background-color css

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

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

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

border-color css

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

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

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