Html Css Color HEX #661A16 Red Oxide

📋 copy color: '#661A16'

red 102 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #661A16

Tints of Red Oxide #661A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 68%
G = 17.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#661A16 (or 0x661A16) is known color: Red Oxide. HEX triplet: 66, 1A and 16. RGB value is (102,26,22). Sum of RGB (Red+Green+Blue) = 102+26+22=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A16 is #99E5E9. Grayscale: #303030. Windows color (decimal): -10085866 or 1448550. OLE color: 1448550.

HSL color Cylindrical-coordinate representation of color #661A16: hue angle of 3º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661A16 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 26 22 -
CMYK 0 0.75 0.78 0.6
HSL 0.65% 0.24% -
HSV(B) 0.78% 0.4% -
XYZ 5.99 3.62 1.14 -
YUV 48.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 102 26 22 0 0.75 0.78 0.6 3 0.65 0.24
Hex 66 1A 16 0 4B 4E 3C 3 41 18
Octal 146 32 26 0 113 116 74 3 101 30
Binary 1100110 11010 10110 0 1001011 1001110 111100 11 1000001 11000

Color Harmonies of #661A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A16

Black with #661A16

Text Example


Text Example

White with #661A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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