Html Css Color HEX #652116 Red Oxide

📋 copy color: '#652116'

red 101 ◦ green 33 ◦ blue 22

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

Shades of Red Oxide #652116

Tints of Red Oxide #652116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

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

R = 64.74%
G = 21.15%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#652116 (or 0x652116) is known color: Red Oxide. HEX triplet: 65, 21 and 16. RGB value is (101,33,22). Sum of RGB (Red+Green+Blue) = 101+33+22=156 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.74% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 101 - color contains mainly: red. Hex color #652116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652116 is #9ADEE9. Grayscale: #343434. Windows color (decimal): -10149610 or 1450341. OLE color: 1450341.

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

Color convert

RGB 101 33 22 -
CMYK 0 0.67 0.78 0.60
HSL 8.35º 0.64% 0.24% -
HSV(B) 8.35º 0.78% 0.4% -
XYZ 6.06 3.91 1.2 -
YUV 52.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 101 33 22 0 0.67 0.78 0.60 8.35 0.64 0.24
Hex 65 21 16 0 43 4E 3C 8 40 18
Octal 145 41 26 0 103 116 74 10 100 30
Binary 1100101 100001 10110 0 1000011 1001110 111100 1000 1000000 11000

Color Harmonies of #652116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652116

Black with #652116

Text Example


Text Example

White with #652116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652116; }

 p { color: rgb(101,33,22); }

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

background-color css

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

 a { background-color: rgb(101,33,22); }

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

border-color css

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

 span { border-color: rgb(101,33,22); }

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