#654000

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

Shades of Raw Umber #654000

Tints of Raw Umber #654000

Color information

#654000 (or 0x654000) is unknown color: approx Raw Umber. HEX triplet: 65, 40 and 00. RGB value is (101,64,0). Sum of RGB (Red+Green+Blue) = 101+64+0=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #654000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654000 is #9ABFFF. Grayscale: #444444. Windows color (decimal): -10141696 or 16485. OLE color: 16485.

HSL color Cylindrical-coordinate representation of color #654000: hue angle of 38.02º 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 #654000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB101640-
CMYK00.3710.60
HSL38.02º100%19.8%-
HSV(B)38.02º100%39.61%-
XYZ7.26.430.86-
YUV67.7789.76151.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 61.21%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.21%
G=38.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10164000.3710.6038.0210019.8
Hex65400025643C266414
Octal1451000045144744614424
Binary11001011000000001001011100100111100100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654000; }

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

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

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

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

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

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

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

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