#654500

Color #654500 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #654500

Tints of Raw Umber #654500

Color information

#654500 (or 0x654500) is unknown color: approx Raw Umber. HEX triplet: 65, 45 and 00. RGB value is (101,69,0). Sum of RGB (Red+Green+Blue) = 101+69+0=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #654500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654500 is #9ABAFF. Grayscale: #474747. Windows color (decimal): -10140416 or 17765. OLE color: 17765.

HSL color Cylindrical-coordinate representation of color #654500: hue angle of 40.99º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #654500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101690-
CMYK00.3210.60
HSL40.99º100%19.8%-
HSV(B)40.99º100%39.61%-
XYZ7.497.020.96-
YUV70.788.1149.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 59.41%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.41%
G=40.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10169000.3210.6040.9910019.8
Hex65450020643C296414
Octal1451050040144745114424
Binary11001011000101001000001100100111100101001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654500; }

 p { color: rgb(101,69,0); }

 H1.HeaderClassName
 {
   color: #654500;
 }
 .AnyTagClassName
 {
   color: #654500;
 }
</style>
background-color css

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

 a { background-color: rgb(101,69,0); }

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

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

 span { border-color: rgb(101,69,0); }

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