Html Css Color HEX #661916 Red Oxide

📋 copy color: '#661916'

red 102 ◦ green 25 ◦ blue 22

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

Shades of Red Oxide #661916

Tints of Red Oxide #661916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 68.46%
G = 16.78%
B = 14.77%

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

#661916 (or 0x661916) is known color: Red Oxide. HEX triplet: 66, 19 and 16. RGB value is (102,25,22). Sum of RGB (Red+Green+Blue) = 102+25+22=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #661916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661916 is #99E6E9. Grayscale: #2F2F2F. Windows color (decimal): -10086122 or 1448294. OLE color: 1448294.

HSL color Cylindrical-coordinate representation of color #661916: hue angle of 2.25º 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 #661916 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 25 22 -
CMYK 0 0.75 0.78 0.6
HSL 2.25º 0.65% 0.24% -
HSV(B) 2.25º 0.78% 0.4% -
XYZ 5.97 3.58 1.13 -
YUV 47.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 102 25 22 0 0.75 0.78 0.6 2.25 0.65 0.24
Hex 66 19 16 0 4B 4E 3C 2 41 18
Octal 146 31 26 0 113 116 74 2 101 30
Binary 1100110 11001 10110 0 1001011 1001110 111100 10 1000001 11000

Color Harmonies of #661916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661916

Black with #661916

Text Example


Text Example

White with #661916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661916; }

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

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

background-color css

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

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

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

border-color css

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

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

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