Html Css Color HEX #661712 Red Oxide

📋 copy color: '#661712'

red 102 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #661712

Tints of Red Oxide #661712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.59%

R = 71.33%
G = 16.08%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#661712 (or 0x661712) is known color: Red Oxide. HEX triplet: 66, 17 and 12. RGB value is (102,23,18). Sum of RGB (Red+Green+Blue) = 102+23+18=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661712 is #99E8ED. Grayscale: #2E2E2E. Windows color (decimal): -10086638 or 1185638. OLE color: 1185638.

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

Color convert

RGB 102 23 18 -
CMYK 0 0.77 0.82 0.6
HSL 3.57º 0.7% 0.24% -
HSV(B) 3.57º 0.82% 0.4% -
XYZ 5.9 3.48 0.93 -
YUV 46.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 102 23 18 0 0.77 0.82 0.6 3.57 0.7 0.24
Hex 66 17 12 0 4D 52 3C 4 46 18
Octal 146 27 22 0 115 122 74 4 106 30
Binary 1100110 10111 10010 0 1001101 1010010 111100 100 1000110 11000

Color Harmonies of #661712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661712

Black with #661712

Text Example


Text Example

White with #661712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661712; }

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

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

background-color css

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

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

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

border-color css

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

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

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