Html Css Color HEX #664419 Dark Brown

📋 copy color: '#664419'

red 102 ◦ green 68 ◦ blue 25

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

Shades of Dark Brown #664419

Tints of Dark Brown #664419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

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

R = 52.31%
G = 34.87%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#664419 (or 0x664419) is known color: Dark Brown. HEX triplet: 66, 44 and 19. RGB value is (102,68,25). Sum of RGB (Red+Green+Blue) = 102+68+25=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #664419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664419 is #99BBE6. Grayscale: #494949. Windows color (decimal): -10075111 or 1655910. OLE color: 1655910.

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

Color convert

RGB 102 68 25 -
CMYK 0 0.33 0.75 0.6
HSL 33.51º 0.61% 0.25% -
HSV(B) 33.51º 0.75% 0.4% -
XYZ 7.72 7.03 1.87 -
YUV 73.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 102 68 25 0 0.33 0.75 0.6 33.51 0.61 0.25
Hex 66 44 19 0 21 4B 3C 22 3D 19
Octal 146 104 31 0 41 113 74 42 75 31
Binary 1100110 1000100 11001 0 100001 1001011 111100 100010 111101 11001

Color Harmonies of #664419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664419

Black with #664419

Text Example


Text Example

White with #664419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664419; }

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

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

background-color css

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

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

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

border-color css

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

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

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