Html Css Color HEX #661B10 Red Oxide

📋 copy color: '#661B10'

red 102 ◦ green 27 ◦ blue 16

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

Shades of Red Oxide #661B10

Tints of Red Oxide #661B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 70.34%
G = 18.62%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#661B10 (or 0x661B10) is known color: Red Oxide. HEX triplet: 66, 1B and 10. RGB value is (102,27,16). Sum of RGB (Red+Green+Blue) = 102+27+16=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #661B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B10 is #99E4EF. Grayscale: #303030. Windows color (decimal): -10085616 or 1055590. OLE color: 1055590.

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

Color convert

RGB 102 27 16 -
CMYK 0 0.74 0.84 0.6
HSL 7.67º 0.73% 0.23% -
HSV(B) 7.67º 0.84% 0.4% -
XYZ 5.96 3.65 0.88 -
YUV 48.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 102 27 16 0 0.74 0.84 0.6 7.67 0.73 0.23
Hex 66 1B 10 0 4A 54 3C 8 49 17
Octal 146 33 20 0 112 124 74 10 111 27
Binary 1100110 11011 10000 0 1001010 1010100 111100 1000 1001001 10111

Color Harmonies of #661B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661B10

Black with #661B10

Text Example


Text Example

White with #661B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,27,16); }

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

background-color css

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

 a { background-color: rgb(102,27,16); }

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

border-color css

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

 span { border-color: rgb(102,27,16); }

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