Html Css Color HEX #661812 Red Oxide

📋 copy color: '#661812'

red 102 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #661812

Tints of Red Oxide #661812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 70.83%
G = 16.67%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#661812 (or 0x661812) is known color: Red Oxide. HEX triplet: 66, 18 and 12. RGB value is (102,24,18). Sum of RGB (Red+Green+Blue) = 102+24+18=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661812 is #99E7ED. Grayscale: #2E2E2E. Windows color (decimal): -10086382 or 1185894. OLE color: 1185894.

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

Color convert

RGB 102 24 18 -
CMYK 0 0.76 0.82 0.6
HSL 4.29º 0.7% 0.24% -
HSV(B) 4.29º 0.82% 0.4% -
XYZ 5.92 3.52 0.94 -
YUV 46.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 102 24 18 0 0.76 0.82 0.6 4.29 0.7 0.24
Hex 66 18 12 0 4C 52 3C 4 46 18
Octal 146 30 22 0 114 122 74 4 106 30
Binary 1100110 11000 10010 0 1001100 1010010 111100 100 1000110 11000

Color Harmonies of #661812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661812

Black with #661812

Text Example


Text Example

White with #661812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661812; }

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

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

background-color css

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

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

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

border-color css

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

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

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