Html Css Color HEX #661716 Red Oxide

📋 copy color: '#661716'

red 102 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #661716

Tints of Red Oxide #661716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

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

R = 69.39%
G = 15.65%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#661716 (or 0x661716) is known color: Red Oxide. HEX triplet: 66, 17 and 16. RGB value is (102,23,22). Sum of RGB (Red+Green+Blue) = 102+23+22=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #661716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661716 is #99E8E9. Grayscale: #2E2E2E. Windows color (decimal): -10086634 or 1447782. OLE color: 1447782.

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

Color convert

RGB 102 23 22 -
CMYK 0 0.77 0.78 0.6
HSL 0.75º 0.65% 0.24% -
HSV(B) 0.75º 0.78% 0.4% -
XYZ 5.93 3.5 1.12 -
YUV 46.51 114.17 167.58 -
System Red Green Blue C M Y K H S L
Decimal 102 23 22 0 0.77 0.78 0.6 0.75 0.65 0.24
Hex 66 17 16 0 4D 4E 3C 1 41 18
Octal 146 27 26 0 115 116 74 1 101 30
Binary 1100110 10111 10110 0 1001101 1001110 111100 1 1000001 11000

Color Harmonies of #661716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661716

Black with #661716

Text Example


Text Example

White with #661716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661716; }

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

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

background-color css

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

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

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

border-color css

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

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

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