Html Css Color HEX #662015 Red Oxide

📋 copy color: '#662015'

red 102 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #662015

Tints of Red Oxide #662015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.55%

R = 65.81%
G = 20.65%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#662015 (or 0x662015) is known color: Red Oxide. HEX triplet: 66, 20 and 15. RGB value is (102,32,21). Sum of RGB (Red+Green+Blue) = 102+32+21=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #662015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662015 is #99DFEA. Grayscale: #333333. Windows color (decimal): -10084331 or 1384550. OLE color: 1384550.

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

Color convert

RGB 102 32 21 -
CMYK 0 0.69 0.79 0.6
HSL 8.15º 0.66% 0.24% -
HSV(B) 8.15º 0.79% 0.4% -
XYZ 6.13 3.91 1.14 -
YUV 51.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 102 32 21 0 0.69 0.79 0.6 8.15 0.66 0.24
Hex 66 20 15 0 45 4F 3C 8 42 18
Octal 146 40 25 0 105 117 74 10 102 30
Binary 1100110 100000 10101 0 1000101 1001111 111100 1000 1000010 11000

Color Harmonies of #662015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662015

Black with #662015

Text Example


Text Example

White with #662015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662015; }

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

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

background-color css

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

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

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

border-color css

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

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

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