Html Css Color HEX #66421C Dark Brown

📋 copy color: '#66421C'

red 102 ◦ green 66 ◦ blue 28

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

Shades of Dark Brown #66421C

Tints of Dark Brown #66421C

RGB

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

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

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

R = 52.04%
G = 33.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66421C (or 0x66421C) is known color: Dark Brown. HEX triplet: 66, 42 and 1C. RGB value is (102,66,28). Sum of RGB (Red+Green+Blue) = 102+66+28=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421C is #99BDE3. Grayscale: #484848. Windows color (decimal): -10075620 or 1852006. OLE color: 1852006.

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

Color convert

RGB 102 66 28 -
CMYK 0 0.35 0.73 0.6
HSL 30.81º 0.57% 0.25% -
HSV(B) 30.81º 0.73% 0.4% -
XYZ 7.64 6.81 2.01 -
YUV 72.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 102 66 28 0 0.35 0.73 0.6 30.81 0.57 0.25
Hex 66 42 1C 0 23 49 3C 1F 39 19
Octal 146 102 34 0 43 111 74 37 71 31
Binary 1100110 1000010 11100 0 100011 1001001 111100 11111 111001 11001

Color Harmonies of #66421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66421C

Black with #66421C

Text Example


Text Example

White with #66421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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