Html Css Color HEX #661900 Red Oxide

📋 copy color: '#661900'

red 102 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #661900

Tints of Red Oxide #661900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

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

R = 80.31%
G = 19.69%
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

#661900 (or 0x661900) is known color: Red Oxide. HEX triplet: 66, 19 and 00. RGB value is (102,25,0). Sum of RGB (Red+Green+Blue) = 102+25+0=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #661900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661900 is #99E6FF. Grayscale: #2D2D2D. Windows color (decimal): -10086144 or 6502. OLE color: 6502.

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

Color convert

RGB 102 25 0 -
CMYK 0 0.75 1 0.6
HSL 14.71º 1% 0.2% -
HSV(B) 14.71º 1% 0.4% -
XYZ 5.83 3.52 0.37 -
YUV 45.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 102 25 0 0 0.75 1 0.6 14.71 1 0.2
Hex 66 19 0 0 4B 64 3C F 64 14
Octal 146 31 0 0 113 144 74 17 144 24
Binary 1100110 11001 0 0 1001011 1100100 111100 1111 1100100 10100

Color Harmonies of #661900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661900

Black with #661900

Text Example


Text Example

White with #661900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661900; }

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

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

background-color css

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

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

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

border-color css

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

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

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