#655A05

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

Shades of Raw Umber #655A05

Tints of Raw Umber #655A05

Color information

#655A05 (or 0x655A05) is unknown color: approx Raw Umber. HEX triplet: 65, 5A and 05. RGB value is (101,90,5). Sum of RGB (Red+Green+Blue) = 101+90+5=196 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.53% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 101 - color contains mainly: red. Hex color #655A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A05 is #9AA5FA. Grayscale: #535353. Windows color (decimal): -10135035 or 350821. OLE color: 350821.

HSL color Cylindrical-coordinate representation of color #655A05: hue angle of 53.12º 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 #655A05 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB101905-
CMYK00.110.950.60
HSL53.12º90.57%20.78%-
HSV(B)53.12º95.05%39.61%-
XYZ9.0510.091.61-
YUV83.683.64140.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.53%
GREEN value IS 90 (35.55% from 255) = 45.92%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=51.53%
G=45.92%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10190500.110.950.6053.1290.5720.78
Hex655A50B5F3C355b15
Octal1451325013137746513325
Binary11001011011010101010111011111111100110101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655A05; }

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

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

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

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

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

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

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

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