#655805

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

Shades of Raw Umber #655805

Tints of Raw Umber #655805

Color information

#655805 (or 0x655805) is unknown color: approx Raw Umber. HEX triplet: 65, 58 and 05. RGB value is (101,88,5). Sum of RGB (Red+Green+Blue) = 101+88+5=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #655805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655805 is #9AA7FA. Grayscale: #525252. Windows color (decimal): -10135547 or 350309. OLE color: 350309.

HSL color Cylindrical-coordinate representation of color #655805: hue angle of 51.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #655805 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101885-
CMYK00.130.950.60
HSL51.88º90.57%20.78%-
HSV(B)51.88º95.05%39.61%-
XYZ8.889.761.56-
YUV82.4284.31141.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 5 (2.34% from 255) = 2.58%
R=52.06%
G=45.36%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10188500.130.950.6051.8890.5720.78
Hex655850D5F3C345b15
Octal1451305015137746413325
Binary11001011011000101011011011111111100110100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655805; }

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

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

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

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

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

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

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

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