Html Css Color HEX #611E18 Red Oxide

📋 copy color: '#611E18'

red 97 ◦ green 30 ◦ blue 24

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

Shades of Red Oxide #611E18

Tints of Red Oxide #611E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 64.24%
G = 19.87%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#611E18 (or 0x611E18) is known color: Red Oxide. HEX triplet: 61, 1E and 18. RGB value is (97,30,24). Sum of RGB (Red+Green+Blue) = 97+30+24=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611E18 is #9EE1E7. Grayscale: #313131. Windows color (decimal): -10412520 or 1580641. OLE color: 1580641.

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

Color convert

RGB 97 30 24 -
CMYK 0 0.69 0.75 0.62
HSL 4.93º 0.6% 0.24% -
HSV(B) 4.93º 0.75% 0.38% -
XYZ 5.56 3.54 1.25 -
YUV 49.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 97 30 24 0 0.69 0.75 0.62 4.93 0.6 0.24
Hex 61 1E 18 0 45 4B 3E 5 3C 18
Octal 141 36 30 0 105 113 76 5 74 30
Binary 1100001 11110 11000 0 1000101 1001011 111110 101 111100 11000

Color Harmonies of #611E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611E18

Black with #611E18

Text Example


Text Example

White with #611E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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