#655800

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

Shades of Raw Umber #655800

Tints of Raw Umber #655800

Color information

#655800 (or 0x655800) is unknown color: approx Raw Umber. HEX triplet: 65, 58 and 00. RGB value is (101,88,0). Sum of RGB (Red+Green+Blue) = 101+88+0=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #655800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655800 is #9AA7FF. Grayscale: #525252. Windows color (decimal): -10135552 or 22629. OLE color: 22629.

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

Color convert

RGB101880-
CMYK00.1310.60
HSL52.28º100%19.8%-
HSV(B)52.28º100%39.61%-
XYZ8.869.751.41-
YUV81.8581.81141.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.44%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.44%
G=46.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10188000.1310.6052.2810019.8
Hex655800D643C346414
Octal1451300015144746414424
Binary110010110110000011011100100111100110100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655800; }

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

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

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

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

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

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

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

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