Html Css Color HEX #652011 Red Oxide

📋 copy color: '#652011'

red 101 ◦ green 32 ◦ blue 17

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

Shades of Red Oxide #652011

Tints of Red Oxide #652011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.33%

R = 67.33%
G = 21.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#652011 (or 0x652011) is known color: Red Oxide. HEX triplet: 65, 20 and 11. RGB value is (101,32,17). Sum of RGB (Red+Green+Blue) = 101+32+17=150 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 101 - color contains mainly: red. Hex color #652011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652011 is #9ADFEE. Grayscale: #333333. Windows color (decimal): -10149871 or 1122405. OLE color: 1122405.

HSL color Cylindrical-coordinate representation of color #652011: hue angle of 10.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652011 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 32 17 -
CMYK 0 0.68 0.83 0.60
HSL 10.71º 0.71% 0.23% -
HSV(B) 10.71º 0.83% 0.4% -
XYZ 5.98 3.84 0.96 -
YUV 50.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 101 32 17 0 0.68 0.83 0.60 10.71 0.71 0.23
Hex 65 20 11 0 44 53 3C B 47 17
Octal 145 40 21 0 104 123 74 13 107 27
Binary 1100101 100000 10001 0 1000100 1010011 111100 1011 1000111 10111

Color Harmonies of #652011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652011

Black with #652011

Text Example


Text Example

White with #652011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652011; }

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

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

background-color css

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

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

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

border-color css

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

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

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