Html Css Color HEX #652217 Red Oxide

📋 copy color: '#652217'

red 101 ◦ green 34 ◦ blue 23

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

Shades of Red Oxide #652217

Tints of Red Oxide #652217

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 23 (9.38% from 255) = 14.56%

R = 63.92%
G = 21.52%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#652217 (or 0x652217) is known color: Red Oxide. HEX triplet: 65, 22 and 17. RGB value is (101,34,23). Sum of RGB (Red+Green+Blue) = 101+34+23=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #652217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652217 is #9ADDE8. Grayscale: #343434. Windows color (decimal): -10149353 or 1516133. OLE color: 1516133.

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

Color convert

RGB 101 34 23 -
CMYK 0 0.66 0.77 0.60
HSL 8.46º 0.63% 0.24% -
HSV(B) 8.46º 0.77% 0.4% -
XYZ 6.09 3.97 1.26 -
YUV 52.78 111.2 162.39 -
System Red Green Blue C M Y K H S L
Decimal 101 34 23 0 0.66 0.77 0.60 8.46 0.63 0.24
Hex 65 22 17 0 42 4D 3C 8 3F 18
Octal 145 42 27 0 102 115 74 10 77 30
Binary 1100101 100010 10111 0 1000010 1001101 111100 1000 111111 11000

Color Harmonies of #652217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652217

Black with #652217

Text Example


Text Example

White with #652217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652217; }

 p { color: rgb(101,34,23); }

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

background-color css

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

 a { background-color: rgb(101,34,23); }

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

border-color css

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

 span { border-color: rgb(101,34,23); }

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