Html Css Color HEX #611700 Red Oxide

📋 copy color: '#611700'

red 97 ◦ green 23 ◦ blue 0

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

Shades of Red Oxide #611700

Tints of Red Oxide #611700

RGB

 RED value IS 97 (38.28% from 255) = 80.83%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.83%
G = 19.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#611700 (or 0x611700) is known color: Red Oxide. HEX triplet: 61, 17 and 00. RGB value is (97,23,0). Sum of RGB (Red+Green+Blue) = 97+23+0=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #611700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611700 is #9EE8FF. Grayscale: #2A2A2A. Windows color (decimal): -10414336 or 5985. OLE color: 5985.

HSL color Cylindrical-coordinate representation of color #611700: hue angle of 14.23º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #611700 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 23 0 -
CMYK 0 0.76 1 0.62
HSL 14.23º 1% 0.19% -
HSV(B) 14.23º 1% 0.38% -
XYZ 5.24 3.15 0.33 -
YUV 42.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 97 23 0 0 0.76 1 0.62 14.23 1 0.19
Hex 61 17 0 0 4C 64 3E E 64 13
Octal 141 27 0 0 114 144 76 16 144 23
Binary 1100001 10111 0 0 1001100 1100100 111110 1110 1100100 10011

Color Harmonies of #611700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611700

Black with #611700

Text Example


Text Example

White with #611700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611700; }

 p { color: rgb(97,23,0); }

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

background-color css

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

 a { background-color: rgb(97,23,0); }

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

border-color css

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

 span { border-color: rgb(97,23,0); }

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