Html Css Color HEX #66421D Dark Brown

📋 copy color: '#66421D'

red 102 ◦ green 66 ◦ blue 29

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

Shades of Dark Brown #66421D

Tints of Dark Brown #66421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

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

R = 51.78%
G = 33.5%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.6

RGB Variations

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

Color information

#66421D (or 0x66421D) is known color: Dark Brown. HEX triplet: 66, 42 and 1D. RGB value is (102,66,29). Sum of RGB (Red+Green+Blue) = 102+66+29=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421D is #99BDE2. Grayscale: #484848. Windows color (decimal): -10075619 or 1917542. OLE color: 1917542.

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

Color convert

RGB 102 66 29 -
CMYK 0 0.35 0.72 0.6
HSL 30.41º 0.56% 0.26% -
HSV(B) 30.41º 0.72% 0.4% -
XYZ 7.65 6.81 2.07 -
YUV 72.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 102 66 29 0 0.35 0.72 0.6 30.41 0.56 0.26
Hex 66 42 1D 0 23 48 3C 1E 38 1A
Octal 146 102 35 0 43 110 74 36 70 32
Binary 1100110 1000010 11101 0 100011 1001000 111100 11110 111000 11010

Color Harmonies of #66421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66421D

Black with #66421D

Text Example


Text Example

White with #66421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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