Html Css Color HEX #66471D Dark Brown

📋 copy color: '#66471D'

red 102 ◦ green 71 ◦ blue 29

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

Shades of Dark Brown #66471D

Tints of Dark Brown #66471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 50.5%
G = 35.15%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66471D (or 0x66471D) is known color: Dark Brown. HEX triplet: 66, 47 and 1D. RGB value is (102,71,29). Sum of RGB (Red+Green+Blue) = 102+71+29=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66471D is #99B8E2. Grayscale: #4B4B4B. Windows color (decimal): -10074339 or 1918822. OLE color: 1918822.

HSL color Cylindrical-coordinate representation of color #66471D: hue angle of 34.52º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66471D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 29 -
CMYK 0 0.30 0.72 0.6
HSL 34.52º 0.56% 0.26% -
HSV(B) 34.52º 0.72% 0.4% -
XYZ 7.95 7.42 2.18 -
YUV 75.48 101.77 146.92 -
System Red Green Blue C M Y K H S L
Decimal 102 71 29 0 0.30 0.72 0.6 34.52 0.56 0.26
Hex 66 47 1D 0 1E 48 3C 23 38 1A
Octal 146 107 35 0 36 110 74 43 70 32
Binary 1100110 1000111 11101 0 11110 1001000 111100 100011 111000 11010

Color Harmonies of #66471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66471D

Black with #66471D

Text Example


Text Example

White with #66471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66471D; }

 p { color: rgb(102,71,29); }

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

background-color css

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

 a { background-color: rgb(102,71,29); }

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

border-color css

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

 span { border-color: rgb(102,71,29); }

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