Html Css Color HEX #652620 Red Oxide

📋 copy color: '#652620'

red 101 ◦ green 38 ◦ blue 32

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

Shades of Red Oxide #652620

Tints of Red Oxide #652620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.22%

 BLUE value IS 32 (12.89% from 255) = 18.71%

R = 59.06%
G = 22.22%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#652620 (or 0x652620) is known color: Red Oxide. HEX triplet: 65, 26 and 20. RGB value is (101,38,32). Sum of RGB (Red+Green+Blue) = 101+38+32=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #652620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652620 is #9AD9DF. Grayscale: #383838. Windows color (decimal): -10148320 or 2106981. OLE color: 2106981.

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

Color convert

RGB 101 38 32 -
CMYK 0 0.62 0.68 0.60
HSL 5.22º 0.52% 0.26% -
HSV(B) 5.22º 0.68% 0.4% -
XYZ 6.32 4.26 1.86 -
YUV 56.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 101 38 32 0 0.62 0.68 0.60 5.22 0.52 0.26
Hex 65 26 20 0 3E 44 3C 5 34 1A
Octal 145 46 40 0 76 104 74 5 64 32
Binary 1100101 100110 100000 0 111110 1000100 111100 101 110100 11010

Color Harmonies of #652620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652620

Black with #652620

Text Example


Text Example

White with #652620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652620; }

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

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

background-color css

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

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

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

border-color css

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

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

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