Html Css Color HEX #661506 Red Oxide

📋 copy color: '#661506'

red 102 ◦ green 21 ◦ blue 6

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

Shades of Red Oxide #661506

Tints of Red Oxide #661506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.28%

 BLUE value IS 6 (2.73% from 255) = 4.65%

R = 79.07%
G = 16.28%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#661506 (or 0x661506) is known color: Red Oxide. HEX triplet: 66, 15 and 06. RGB value is (102,21,6). Sum of RGB (Red+Green+Blue) = 102+21+6=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #661506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661506 is #99EAF9. Grayscale: #2B2B2B. Windows color (decimal): -10087162 or 398694. OLE color: 398694.

HSL color Cylindrical-coordinate representation of color #661506: hue angle of 9.38º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #661506 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 6 -
CMYK 0 0.79 0.94 0.6
HSL 9.38º 0.89% 0.21% -
HSV(B) 9.38º 0.94% 0.4% -
XYZ 5.78 3.37 0.52 -
YUV 43.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 102 21 6 0 0.79 0.94 0.6 9.38 0.89 0.21
Hex 66 15 6 0 4F 5E 3C 9 59 15
Octal 146 25 6 0 117 136 74 11 131 25
Binary 1100110 10101 110 0 1001111 1011110 111100 1001 1011001 10101

Color Harmonies of #661506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661506

Black with #661506

Text Example


Text Example

White with #661506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661506; }

 p { color: rgb(102,21,6); }

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

background-color css

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

 a { background-color: rgb(102,21,6); }

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

border-color css

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

 span { border-color: rgb(102,21,6); }

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