Html Css Color HEX #66411C Dark Brown

📋 copy color: '#66411C'

red 102 ◦ green 65 ◦ blue 28

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

Shades of Dark Brown #66411C

Tints of Dark Brown #66411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 52.31%
G = 33.33%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66411C (or 0x66411C) is known color: Dark Brown. HEX triplet: 66, 41 and 1C. RGB value is (102,65,28). Sum of RGB (Red+Green+Blue) = 102+65+28=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66411C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66411C is #99BEE3. Grayscale: #484848. Windows color (decimal): -10075876 or 1851750. OLE color: 1851750.

HSL color Cylindrical-coordinate representation of color #66411C: hue angle of 30º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66411C is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 28 -
CMYK 0 0.36 0.73 0.6
HSL 30º 0.57% 0.25% -
HSV(B) 30º 0.73% 0.4% -
XYZ 7.58 6.69 1.99 -
YUV 71.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 102 65 28 0 0.36 0.73 0.6 30 0.57 0.25
Hex 66 41 1C 0 24 49 3C 1E 39 19
Octal 146 101 34 0 44 111 74 36 71 31
Binary 1100110 1000001 11100 0 100100 1001001 111100 11110 111001 11001

Color Harmonies of #66411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66411C

Black with #66411C

Text Example


Text Example

White with #66411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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