#65540E

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

Shades of Raw Umber #65540E

Tints of Raw Umber #65540E

Color information

#65540E (or 0x65540E) is unknown color: approx Raw Umber. HEX triplet: 65, 54 and 0E. RGB value is (101,84,14). Sum of RGB (Red+Green+Blue) = 101+84+14=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #65540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65540E is #9AABF1. Grayscale: #515151. Windows color (decimal): -10136562 or 939109. OLE color: 939109.

HSL color Cylindrical-coordinate representation of color #65540E: hue angle of 48.28º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65540E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1018414-
CMYK00.170.860.60
HSL48.28º75.65%22.55%-
HSV(B)48.28º86.14%39.61%-
XYZ8.629.141.73-
YUV81.190.13142.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=50.75%
G=42.21%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101841400.170.860.6048.2875.6522.55
Hex6554E011563C304c17
Octal14512416021126746011427
Binary1100101101010011100100011010110111100110000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65540E; }

 p { color: rgb(101,84,14); }

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

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

 a { background-color: rgb(101,84,14); }

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

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

 span { border-color: rgb(101,84,14); }

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