Html Css Color HEX #612624 Red Oxide

📋 copy color: '#612624'

red 97 ◦ green 38 ◦ blue 36

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

Shades of Red Oxide #612624

Tints of Red Oxide #612624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 56.73%
G = 22.22%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#612624 (or 0x612624) is known color: Red Oxide. HEX triplet: 61, 26 and 24. RGB value is (97,38,36). Sum of RGB (Red+Green+Blue) = 97+38+36=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #612624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612624 is #9ED9DB. Grayscale: #373737. Windows color (decimal): -10410460 or 2369121. OLE color: 2369121.

HSL color Cylindrical-coordinate representation of color #612624: hue angle of 1.97º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612624 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 36 -
CMYK 0 0.61 0.63 0.62
HSL 1.97º 0.46% 0.26% -
HSV(B) 1.97º 0.63% 0.38% -
XYZ 5.94 4.05 2.14 -
YUV 55.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 97 38 36 0 0.61 0.63 0.62 1.97 0.46 0.26
Hex 61 26 24 0 3D 3F 3E 2 2E 1A
Octal 141 46 44 0 75 77 76 2 56 32
Binary 1100001 100110 100100 0 111101 111111 111110 10 101110 11010

Color Harmonies of #612624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612624

Black with #612624

Text Example


Text Example

White with #612624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612624; }

 p { color: rgb(97,38,36); }

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

background-color css

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

 a { background-color: rgb(97,38,36); }

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

border-color css

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

 span { border-color: rgb(97,38,36); }

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