Html Css Color HEX #66411A Dark Brown

📋 copy color: '#66411A'

red 102 ◦ green 65 ◦ blue 26

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

Shades of Dark Brown #66411A

Tints of Dark Brown #66411A

RGB

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

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

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

R = 52.85%
G = 33.68%
B = 13.47%

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

#66411A (or 0x66411A) is known color: Dark Brown. HEX triplet: 66, 41 and 1A. RGB value is (102,65,26). Sum of RGB (Red+Green+Blue) = 102+65+26=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #66411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66411A is #99BEE5. Grayscale: #474747. Windows color (decimal): -10075878 or 1720678. OLE color: 1720678.

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

Color convert

RGB 102 65 26 -
CMYK 0 0.36 0.75 0.6
HSL 30.79º 0.59% 0.25% -
HSV(B) 30.79º 0.75% 0.4% -
XYZ 7.56 6.68 1.87 -
YUV 71.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 102 65 26 0 0.36 0.75 0.6 30.79 0.59 0.25
Hex 66 41 1A 0 24 4B 3C 1F 3B 19
Octal 146 101 32 0 44 113 74 37 73 31
Binary 1100110 1000001 11010 0 100100 1001011 111100 11111 111011 11001

Color Harmonies of #66411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66411A

Black with #66411A

Text Example


Text Example

White with #66411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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