Html Css Color HEX #611C12 Red Oxide

📋 copy color: '#611C12'

red 97 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #611C12

Tints of Red Oxide #611C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 67.83%
G = 19.58%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#611C12 (or 0x611C12) is known color: Red Oxide. HEX triplet: 61, 1C and 12. RGB value is (97,28,18). Sum of RGB (Red+Green+Blue) = 97+28+18=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #611C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611C12 is #9EE3ED. Grayscale: #2F2F2F. Windows color (decimal): -10413038 or 1186913. OLE color: 1186913.

HSL color Cylindrical-coordinate representation of color #611C12: hue angle of 7.59º 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 #611C12 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 18 -
CMYK 0 0.71 0.81 0.62
HSL 7.59º 0.69% 0.23% -
HSV(B) 7.59º 0.81% 0.38% -
XYZ 5.45 3.42 0.94 -
YUV 47.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 97 28 18 0 0.71 0.81 0.62 7.59 0.69 0.23
Hex 61 1C 12 0 47 51 3E 8 45 17
Octal 141 34 22 0 107 121 76 10 105 27
Binary 1100001 11100 10010 0 1000111 1010001 111110 1000 1000101 10111

Color Harmonies of #611C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C12

Black with #611C12

Text Example


Text Example

White with #611C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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