Html Css Color HEX #622016 Red Oxide

📋 copy color: '#622016'

red 98 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #622016

Tints of Red Oxide #622016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 64.47%
G = 21.05%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#622016 (or 0x622016) is known color: Red Oxide. HEX triplet: 62, 20 and 16. RGB value is (98,32,22). Sum of RGB (Red+Green+Blue) = 98+32+22=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #622016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622016 is #9DDFE9. Grayscale: #323232. Windows color (decimal): -10346474 or 1450082. OLE color: 1450082.

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

Color convert

RGB 98 32 22 -
CMYK 0 0.67 0.78 0.62
HSL 7.89º 0.63% 0.24% -
HSV(B) 7.89º 0.78% 0.38% -
XYZ 5.7 3.69 1.17 -
YUV 50.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 98 32 22 0 0.67 0.78 0.62 7.89 0.63 0.24
Hex 62 20 16 0 43 4E 3E 8 3F 18
Octal 142 40 26 0 103 116 76 10 77 30
Binary 1100010 100000 10110 0 1000011 1001110 111110 1000 111111 11000

Color Harmonies of #622016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622016

Black with #622016

Text Example


Text Example

White with #622016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622016; }

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

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

background-color css

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

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

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

border-color css

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

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

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