Html Css Color HEX #622017 Red Oxide

📋 copy color: '#622017'

red 98 ◦ green 32 ◦ blue 23

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

Shades of Red Oxide #622017

Tints of Red Oxide #622017

RGB

 RED value IS 98 (38.67% from 255) = 64.05%

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 23 (9.38% from 255) = 15.03%

R = 64.05%
G = 20.92%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#622017 (or 0x622017) is known color: Red Oxide. HEX triplet: 62, 20 and 17. RGB value is (98,32,23). Sum of RGB (Red+Green+Blue) = 98+32+23=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622017 is #9DDFE8. Grayscale: #323232. Windows color (decimal): -10346473 or 1515618. OLE color: 1515618.

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

Color convert

RGB 98 32 23 -
CMYK 0 0.67 0.77 0.62
HSL 7.2º 0.62% 0.24% -
HSV(B) 7.2º 0.77% 0.38% -
XYZ 5.71 3.69 1.22 -
YUV 50.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 98 32 23 0 0.67 0.77 0.62 7.2 0.62 0.24
Hex 62 20 17 0 43 4D 3E 7 3E 18
Octal 142 40 27 0 103 115 76 7 76 30
Binary 1100010 100000 10111 0 1000011 1001101 111110 111 111110 11000

Color Harmonies of #622017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622017

Black with #622017

Text Example


Text Example

White with #622017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622017; }

 p { color: rgb(98,32,23); }

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

background-color css

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

 a { background-color: rgb(98,32,23); }

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

border-color css

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

 span { border-color: rgb(98,32,23); }

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