Html Css Color HEX #661A09 Red Oxide

📋 copy color: '#661A09'

red 102 ◦ green 26 ◦ blue 9

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

Shades of Red Oxide #661A09

Tints of Red Oxide #661A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.57%

R = 74.45%
G = 18.98%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#661A09 (or 0x661A09) is known color: Red Oxide. HEX triplet: 66, 1A and 09. RGB value is (102,26,9). Sum of RGB (Red+Green+Blue) = 102+26+9=137 (18% of max value = 765). Red value is 102 (40.23% from 255 or 74.45% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 102 - color contains mainly: red. Hex color #661A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661A09 is #99E5F6. Grayscale: #2E2E2E. Windows color (decimal): -10085879 or 596582. OLE color: 596582.

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

Color convert

RGB 102 26 9 -
CMYK 0 0.75 0.91 0.6
HSL 10.97º 0.84% 0.22% -
HSV(B) 10.97º 0.91% 0.4% -
XYZ 5.9 3.58 0.64 -
YUV 46.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 102 26 9 0 0.75 0.91 0.6 10.97 0.84 0.22
Hex 66 1A 9 0 4B 5B 3C B 54 16
Octal 146 32 11 0 113 133 74 13 124 26
Binary 1100110 11010 1001 0 1001011 1011011 111100 1011 1010100 10110

Color Harmonies of #661A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661A09

Black with #661A09

Text Example


Text Example

White with #661A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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