Html Css Color HEX #661706 Red Oxide

📋 copy color: '#661706'

red 102 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #661706

Tints of Red Oxide #661706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.56%

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

R = 77.86%
G = 17.56%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#661706 (or 0x661706) is known color: Red Oxide. HEX triplet: 66, 17 and 06. RGB value is (102,23,6). Sum of RGB (Red+Green+Blue) = 102+23+6=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #661706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661706 is #99E8F9. Grayscale: #2C2C2C. Windows color (decimal): -10086650 or 399206. OLE color: 399206.

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

Color convert

RGB 102 23 6 -
CMYK 0 0.77 0.94 0.6
HSL 10.63º 0.89% 0.21% -
HSV(B) 10.63º 0.94% 0.4% -
XYZ 5.82 3.45 0.53 -
YUV 44.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 102 23 6 0 0.77 0.94 0.6 10.63 0.89 0.21
Hex 66 17 6 0 4D 5E 3C B 59 15
Octal 146 27 6 0 115 136 74 13 131 25
Binary 1100110 10111 110 0 1001101 1011110 111100 1011 1011001 10101

Color Harmonies of #661706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661706

Black with #661706

Text Example


Text Example

White with #661706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661706; }

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

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

background-color css

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

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

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

border-color css

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

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

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