#655112

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

Shades of Raw Umber #655112

Tints of Raw Umber #655112

Color information

#655112 (or 0x655112) is unknown color: approx Raw Umber. HEX triplet: 65, 51 and 12. RGB value is (101,81,18). Sum of RGB (Red+Green+Blue) = 101+81+18=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #655112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655112 is #9AAEED. Grayscale: #505050. Windows color (decimal): -10137326 or 1200485. OLE color: 1200485.

HSL color Cylindrical-coordinate representation of color #655112: hue angle of 45.54º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #655112 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1018118-
CMYK00.200.820.60
HSL45.54º69.75%23.33%-
HSV(B)45.54º82.18%39.61%-
XYZ8.428.71.81-
YUV79.893.13143.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 18 (7.42% from 255) = 9%
R=50.5%
G=40.5%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101811800.200.820.6045.5469.7523.33
Hex655112014523C2e4617
Octal14512122024122745610627
Binary11001011010001100100101001010010111100101110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655112; }

 p { color: rgb(101,81,18); }

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

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

 a { background-color: rgb(101,81,18); }

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

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

 span { border-color: rgb(101,81,18); }

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