Html Css Color HEX #661F16 Red Oxide

📋 copy color: '#661F16'

red 102 ◦ green 31 ◦ blue 22

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

Shades of Red Oxide #661F16

Tints of Red Oxide #661F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20%

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

R = 65.81%
G = 20%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#661F16 (or 0x661F16) is known color: Red Oxide. HEX triplet: 66, 1F and 16. RGB value is (102,31,22). Sum of RGB (Red+Green+Blue) = 102+31+22=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F16 is #99E0E9. Grayscale: #333333. Windows color (decimal): -10084586 or 1449830. OLE color: 1449830.

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

Color convert

RGB 102 31 22 -
CMYK 0 0.70 0.78 0.6
HSL 6.75º 0.65% 0.24% -
HSV(B) 6.75º 0.78% 0.4% -
XYZ 6.11 3.86 1.18 -
YUV 51.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 102 31 22 0 0.70 0.78 0.6 6.75 0.65 0.24
Hex 66 1F 16 0 46 4E 3C 7 41 18
Octal 146 37 26 0 106 116 74 7 101 30
Binary 1100110 11111 10110 0 1000110 1001110 111100 111 1000001 11000

Color Harmonies of #661F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661F16

Black with #661F16

Text Example


Text Example

White with #661F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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