#655007

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

Shades of Raw Umber #655007

Tints of Raw Umber #655007

Color information

#655007 (or 0x655007) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 07. RGB value is (101,80,7). Sum of RGB (Red+Green+Blue) = 101+80+7=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #655007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655007 is #9AAFF8. Grayscale: #4E4E4E. Windows color (decimal): -10137593 or 479333. OLE color: 479333.

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

Color convert

RGB101807-
CMYK00.210.930.60
HSL46.6º87.04%21.18%-
HSV(B)46.6º93.07%39.61%-
XYZ8.278.521.41-
YUV77.9687.96144.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 53.72%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=53.72%
G=42.55%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10180700.210.930.6046.687.0421.18
Hex655070155D3C2f5715
Octal1451207025135745712725
Binary110010110100001110101011011101111100101111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655007; }

 p { color: rgb(101,80,7); }

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

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

 a { background-color: rgb(101,80,7); }

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

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

 span { border-color: rgb(101,80,7); }

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