Html Css Color HEX #66441D Dark Brown

📋 copy color: '#66441D'

red 102 ◦ green 68 ◦ blue 29

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

Shades of Dark Brown #66441D

Tints of Dark Brown #66441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.17%

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

R = 51.26%
G = 34.17%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66441D (or 0x66441D) is known color: Dark Brown. HEX triplet: 66, 44 and 1D. RGB value is (102,68,29). Sum of RGB (Red+Green+Blue) = 102+68+29=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441D is #99BBE2. Grayscale: #494949. Windows color (decimal): -10075107 or 1918054. OLE color: 1918054.

HSL color Cylindrical-coordinate representation of color #66441D: hue angle of 32.05º 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 #66441D is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 29 -
CMYK 0 0.33 0.72 0.6
HSL 32.05º 0.56% 0.26% -
HSV(B) 32.05º 0.72% 0.4% -
XYZ 7.77 7.05 2.11 -
YUV 73.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 102 68 29 0 0.33 0.72 0.6 32.05 0.56 0.26
Hex 66 44 1D 0 21 48 3C 20 38 1A
Octal 146 104 35 0 41 110 74 40 70 32
Binary 1100110 1000100 11101 0 100001 1001000 111100 100000 111000 11010

Color Harmonies of #66441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66441D

Black with #66441D

Text Example


Text Example

White with #66441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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