Html Css Color HEX #661A00 Red Oxide

📋 copy color: '#661A00'

red 102 ◦ green 26 ◦ blue 0

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

Shades of Red Oxide #661A00

Tints of Red Oxide #661A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.69%
G = 20.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#661A00 (or 0x661A00) is known color: Red Oxide. HEX triplet: 66, 1A and 00. RGB value is (102,26,0). Sum of RGB (Red+Green+Blue) = 102+26+0=128 (16% of max value = 765). Red value is 102 (40.23% from 255 or 79.69% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 102 - color contains mainly: red. Hex color #661A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A00 is #99E5FF. Grayscale: #2D2D2D. Windows color (decimal): -10085888 or 6758. OLE color: 6758.

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

Color convert

RGB 102 26 0 -
CMYK 0 0.75 1 0.6
HSL 15.29º 1% 0.2% -
HSV(B) 15.29º 1% 0.4% -
XYZ 5.85 3.56 0.38 -
YUV 45.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 102 26 0 0 0.75 1 0.6 15.29 1 0.2
Hex 66 1A 0 0 4B 64 3C F 64 14
Octal 146 32 0 0 113 144 74 17 144 24
Binary 1100110 11010 0 0 1001011 1100100 111100 1111 1100100 10100

Color Harmonies of #661A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A00

Black with #661A00

Text Example


Text Example

White with #661A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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