Html Css Color HEX #611E12 Red Oxide

📋 copy color: '#611E12'

red 97 ◦ green 30 ◦ blue 18

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

Shades of Red Oxide #611E12

Tints of Red Oxide #611E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 66.9%
G = 20.69%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611E12 (or 0x611E12) is known color: Red Oxide. HEX triplet: 61, 1E and 12. RGB value is (97,30,18). Sum of RGB (Red+Green+Blue) = 97+30+18=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #611E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E12 is #9EE1ED. Grayscale: #303030. Windows color (decimal): -10412526 or 1187425. OLE color: 1187425.

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

Color convert

RGB 97 30 18 -
CMYK 0 0.69 0.81 0.62
HSL 9.11º 0.69% 0.23% -
HSV(B) 9.11º 0.81% 0.38% -
XYZ 5.5 3.51 0.96 -
YUV 48.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 97 30 18 0 0.69 0.81 0.62 9.11 0.69 0.23
Hex 61 1E 12 0 45 51 3E 9 45 17
Octal 141 36 22 0 105 121 76 11 105 27
Binary 1100001 11110 10010 0 1000101 1010001 111110 1001 1000101 10111

Color Harmonies of #611E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E12

Black with #611E12

Text Example


Text Example

White with #611E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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