Html Css Color HEX #652014 Red Oxide

📋 copy color: '#652014'

red 101 ◦ green 32 ◦ blue 20

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

Shades of Red Oxide #652014

Tints of Red Oxide #652014

RGB

 RED value IS 101 (39.84% from 255) = 66.01%

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

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

R = 66.01%
G = 20.92%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#652014 (or 0x652014) is known color: Red Oxide. HEX triplet: 65, 20 and 14. RGB value is (101,32,20). Sum of RGB (Red+Green+Blue) = 101+32+20=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #652014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652014 is #9ADFEB. Grayscale: #333333. Windows color (decimal): -10149868 or 1319013. OLE color: 1319013.

HSL color Cylindrical-coordinate representation of color #652014: hue angle of 8.89º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652014 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 32 20 -
CMYK 0 0.68 0.80 0.60
HSL 8.89º 0.67% 0.24% -
HSV(B) 8.89º 0.8% 0.4% -
XYZ 6.01 3.85 1.09 -
YUV 51.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 101 32 20 0 0.68 0.80 0.60 8.89 0.67 0.24
Hex 65 20 14 0 44 50 3C 9 43 18
Octal 145 40 24 0 104 120 74 11 103 30
Binary 1100101 100000 10100 0 1000100 1010000 111100 1001 1000011 11000

Color Harmonies of #652014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652014

Black with #652014

Text Example


Text Example

White with #652014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652014; }

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

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

background-color css

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

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

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

border-color css

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

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

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