Html Css Color HEX #664013 Dark Brown

📋 copy color: '#664013'

red 102 ◦ green 64 ◦ blue 19

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

Shades of Dark Brown #664013

Tints of Dark Brown #664013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 55.14%
G = 34.59%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#664013 (or 0x664013) is known color: Dark Brown. HEX triplet: 66, 40 and 13. RGB value is (102,64,19). Sum of RGB (Red+Green+Blue) = 102+64+19=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664013 is #99BFEC. Grayscale: #464646. Windows color (decimal): -10076141 or 1261670. OLE color: 1261670.

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

Color convert

RGB 102 64 19 -
CMYK 0 0.37 0.81 0.6
HSL 32.53º 0.69% 0.24% -
HSV(B) 32.53º 0.81% 0.4% -
XYZ 7.43 6.54 1.49 -
YUV 70.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 102 64 19 0 0.37 0.81 0.6 32.53 0.69 0.24
Hex 66 40 13 0 25 51 3C 21 45 18
Octal 146 100 23 0 45 121 74 41 105 30
Binary 1100110 1000000 10011 0 100101 1010001 111100 100001 1000101 11000

Color Harmonies of #664013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664013

Black with #664013

Text Example


Text Example

White with #664013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664013; }

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

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

background-color css

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

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

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

border-color css

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

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

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