Html Css Color HEX #661612 Red Oxide

📋 copy color: '#661612'

red 102 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #661612

Tints of Red Oxide #661612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

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

R = 71.83%
G = 15.49%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#661612 (or 0x661612) is known color: Red Oxide. HEX triplet: 66, 16 and 12. RGB value is (102,22,18). Sum of RGB (Red+Green+Blue) = 102+22+18=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #661612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661612 is #99E9ED. Grayscale: #2D2D2D. Windows color (decimal): -10086894 or 1185382. OLE color: 1185382.

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

Color convert

RGB 102 22 18 -
CMYK 0 0.78 0.82 0.6
HSL 2.86º 0.7% 0.24% -
HSV(B) 2.86º 0.82% 0.4% -
XYZ 5.88 3.44 0.93 -
YUV 45.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 102 22 18 0 0.78 0.82 0.6 2.86 0.7 0.24
Hex 66 16 12 0 4E 52 3C 3 46 18
Octal 146 26 22 0 116 122 74 3 106 30
Binary 1100110 10110 10010 0 1001110 1010010 111100 11 1000110 11000

Color Harmonies of #661612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661612

Black with #661612

Text Example


Text Example

White with #661612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661612; }

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

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

background-color css

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

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

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

border-color css

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

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

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