Html Css Color HEX #622014 Red Oxide

📋 copy color: '#622014'

red 98 ◦ green 32 ◦ blue 20

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

Shades of Red Oxide #622014

Tints of Red Oxide #622014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 65.33%
G = 21.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#622014 (or 0x622014) is known color: Red Oxide. HEX triplet: 62, 20 and 14. RGB value is (98,32,20). Sum of RGB (Red+Green+Blue) = 98+32+20=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #622014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622014 is #9DDFEB. Grayscale: #323232. Windows color (decimal): -10346476 or 1319010. OLE color: 1319010.

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

Color convert

RGB 98 32 20 -
CMYK 0 0.67 0.80 0.62
HSL 9.23º 0.66% 0.23% -
HSV(B) 9.23º 0.8% 0.38% -
XYZ 5.68 3.68 1.07 -
YUV 50.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 98 32 20 0 0.67 0.80 0.62 9.23 0.66 0.23
Hex 62 20 14 0 43 50 3E 9 42 17
Octal 142 40 24 0 103 120 76 11 102 27
Binary 1100010 100000 10100 0 1000011 1010000 111110 1001 1000010 10111

Color Harmonies of #622014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622014

Black with #622014

Text Example


Text Example

White with #622014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622014; }

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

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

background-color css

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

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

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

border-color css

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

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

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