Html Css Color HEX #611E10 Red Oxide

📋 copy color: '#611E10'

red 97 ◦ green 30 ◦ blue 16

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

Shades of Red Oxide #611E10

Tints of Red Oxide #611E10

RGB

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

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

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

R = 67.83%
G = 20.98%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#611E10 (or 0x611E10) is known color: Red Oxide. HEX triplet: 61, 1E and 10. RGB value is (97,30,16). Sum of RGB (Red+Green+Blue) = 97+30+16=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E10 is #9EE1EF. Grayscale: #303030. Windows color (decimal): -10412528 or 1056353. OLE color: 1056353.

HSL color Cylindrical-coordinate representation of color #611E10: hue angle of 10.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611E10 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 30 16 -
CMYK 0 0.69 0.84 0.62
HSL 10.37º 0.72% 0.22% -
HSV(B) 10.37º 0.84% 0.38% -
XYZ 5.49 3.51 0.88 -
YUV 48.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 97 30 16 0 0.69 0.84 0.62 10.37 0.72 0.22
Hex 61 1E 10 0 45 54 3E A 48 16
Octal 141 36 20 0 105 124 76 12 110 26
Binary 1100001 11110 10000 0 1000101 1010100 111110 1010 1001000 10110

Color Harmonies of #611E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E10

Black with #611E10

Text Example


Text Example

White with #611E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611E10; }

 p { color: rgb(97,30,16); }

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

background-color css

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

 a { background-color: rgb(97,30,16); }

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

border-color css

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

 span { border-color: rgb(97,30,16); }

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