Html Css Color HEX #66401A Dark Brown

📋 copy color: '#66401A'

red 102 ◦ green 64 ◦ blue 26

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

Shades of Dark Brown #66401A

Tints of Dark Brown #66401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.54%

R = 53.13%
G = 33.33%
B = 13.54%

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

#66401A (or 0x66401A) is known color: Dark Brown. HEX triplet: 66, 40 and 1A. RGB value is (102,64,26). Sum of RGB (Red+Green+Blue) = 102+64+26=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #66401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66401A is #99BFE5. Grayscale: #474747. Windows color (decimal): -10076134 or 1720422. OLE color: 1720422.

HSL color Cylindrical-coordinate representation of color #66401A: hue angle of 30º degrees, saturation: 0.59, 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 #66401A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 26 -
CMYK 0 0.37 0.75 0.6
HSL 30º 0.59% 0.25% -
HSV(B) 30º 0.75% 0.4% -
XYZ 7.5 6.57 1.85 -
YUV 71.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 102 64 26 0 0.37 0.75 0.6 30 0.59 0.25
Hex 66 40 1A 0 25 4B 3C 1E 3B 19
Octal 146 100 32 0 45 113 74 36 73 31
Binary 1100110 1000000 11010 0 100101 1001011 111100 11110 111011 11001

Color Harmonies of #66401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66401A

Black with #66401A

Text Example


Text Example

White with #66401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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