Html Css Color HEX #66421A Dark Brown

📋 copy color: '#66421A'

red 102 ◦ green 66 ◦ blue 26

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

Shades of Dark Brown #66421A

Tints of Dark Brown #66421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.4%

R = 52.58%
G = 34.02%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66421A (or 0x66421A) is known color: Dark Brown. HEX triplet: 66, 42 and 1A. RGB value is (102,66,26). Sum of RGB (Red+Green+Blue) = 102+66+26=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421A is #99BDE5. Grayscale: #484848. Windows color (decimal): -10075622 or 1720934. OLE color: 1720934.

HSL color Cylindrical-coordinate representation of color #66421A: hue angle of 31.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66421A is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 26 -
CMYK 0 0.35 0.75 0.6
HSL 31.58º 0.59% 0.25% -
HSV(B) 31.58º 0.75% 0.4% -
XYZ 7.61 6.8 1.89 -
YUV 72.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 102 66 26 0 0.35 0.75 0.6 31.58 0.59 0.25
Hex 66 42 1A 0 23 4B 3C 20 3B 19
Octal 146 102 32 0 43 113 74 40 73 31
Binary 1100110 1000010 11010 0 100011 1001011 111100 100000 111011 11001

Color Harmonies of #66421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66421A

Black with #66421A

Text Example


Text Example

White with #66421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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