Html Css Color HEX #662010 Red Oxide

📋 copy color: '#662010'

red 102 ◦ green 32 ◦ blue 16

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

Shades of Red Oxide #662010

Tints of Red Oxide #662010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 68%
G = 21.33%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#662010 (or 0x662010) is known color: Red Oxide. HEX triplet: 66, 20 and 10. RGB value is (102,32,16). Sum of RGB (Red+Green+Blue) = 102+32+16=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #662010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662010 is #99DFEF. Grayscale: #333333. Windows color (decimal): -10084336 or 1056870. OLE color: 1056870.

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

Color convert

RGB 102 32 16 -
CMYK 0 0.69 0.84 0.6
HSL 11.16º 0.73% 0.23% -
HSV(B) 11.16º 0.84% 0.4% -
XYZ 6.09 3.9 0.92 -
YUV 51.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 102 32 16 0 0.69 0.84 0.6 11.16 0.73 0.23
Hex 66 20 10 0 45 54 3C B 49 17
Octal 146 40 20 0 105 124 74 13 111 27
Binary 1100110 100000 10000 0 1000101 1010100 111100 1011 1001001 10111

Color Harmonies of #662010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662010

Black with #662010

Text Example


Text Example

White with #662010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662010; }

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

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

background-color css

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

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

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

border-color css

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

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

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