Html Css Color HEX #661A19 Red Oxide

📋 copy color: '#661A19'

red 102 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #661A19

Tints of Red Oxide #661A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.99%

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 66.67%
G = 16.99%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#661A19 (or 0x661A19) is known color: Red Oxide. HEX triplet: 66, 1A and 19. RGB value is (102,26,25). Sum of RGB (Red+Green+Blue) = 102+26+25=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #661A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A19 is #99E5E6. Grayscale: #303030. Windows color (decimal): -10085863 or 1645158. OLE color: 1645158.

HSL color Cylindrical-coordinate representation of color #661A19: hue angle of 0.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A19 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 26 25 -
CMYK 0 0.75 0.75 0.6
HSL 0.78º 0.61% 0.25% -
HSV(B) 0.78º 0.75% 0.4% -
XYZ 6.02 3.63 1.3 -
YUV 48.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 102 26 25 0 0.75 0.75 0.6 0.78 0.61 0.25
Hex 66 1A 19 0 4B 4B 3C 1 3D 19
Octal 146 32 31 0 113 113 74 1 75 31
Binary 1100110 11010 11001 0 1001011 1001011 111100 1 111101 11001

Color Harmonies of #661A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A19

Black with #661A19

Text Example


Text Example

White with #661A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,26,25); }

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

background-color css

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

 a { background-color: rgb(102,26,25); }

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

border-color css

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

 span { border-color: rgb(102,26,25); }

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