Html Css Color HEX #661E17 Red Oxide

📋 copy color: '#661E17'

red 102 ◦ green 30 ◦ blue 23

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

Shades of Red Oxide #661E17

Tints of Red Oxide #661E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 65.81%
G = 19.35%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#661E17 (or 0x661E17) is known color: Red Oxide. HEX triplet: 66, 1E and 17. RGB value is (102,30,23). Sum of RGB (Red+Green+Blue) = 102+30+23=155 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.81% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 102 - color contains mainly: red. Hex color #661E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661E17 is #99E1E8. Grayscale: #323232. Windows color (decimal): -10084841 or 1515110. OLE color: 1515110.

HSL color Cylindrical-coordinate representation of color #661E17: hue angle of 5.32º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661E17 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 30 23 -
CMYK 0 0.71 0.77 0.6
HSL 5.32º 0.63% 0.25% -
HSV(B) 5.32º 0.77% 0.4% -
XYZ 6.1 3.82 1.23 -
YUV 50.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 102 30 23 0 0.71 0.77 0.6 5.32 0.63 0.25
Hex 66 1E 17 0 47 4D 3C 5 3F 19
Octal 146 36 27 0 107 115 74 5 77 31
Binary 1100110 11110 10111 0 1000111 1001101 111100 101 111111 11001

Color Harmonies of #661E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661E17

Black with #661E17

Text Example


Text Example

White with #661E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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