Html Css Color HEX #662320 Red Oxide

📋 copy color: '#662320'

red 102 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #662320

Tints of Red Oxide #662320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 60.36%
G = 20.71%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#662320 (or 0x662320) is known color: Red Oxide. HEX triplet: 66, 23 and 20. RGB value is (102,35,32). Sum of RGB (Red+Green+Blue) = 102+35+32=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #662320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662320 is #99DCDF. Grayscale: #363636. Windows color (decimal): -10083552 or 2106214. OLE color: 2106214.

HSL color Cylindrical-coordinate representation of color #662320: hue angle of 2.57º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662320 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 32 -
CMYK 0 0.66 0.69 0.6
HSL 2.57º 0.52% 0.26% -
HSV(B) 2.57º 0.69% 0.4% -
XYZ 6.34 4.13 1.83 -
YUV 54.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 102 35 32 0 0.66 0.69 0.6 2.57 0.52 0.26
Hex 66 23 20 0 42 45 3C 3 34 1A
Octal 146 43 40 0 102 105 74 3 64 32
Binary 1100110 100011 100000 0 1000010 1000101 111100 11 110100 11010

Color Harmonies of #662320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662320

Black with #662320

Text Example


Text Example

White with #662320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662320; }

 p { color: rgb(102,35,32); }

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

background-color css

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

 a { background-color: rgb(102,35,32); }

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

border-color css

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

 span { border-color: rgb(102,35,32); }

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