#655012

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

Shades of Raw Umber #655012

Tints of Raw Umber #655012

Color information

#655012 (or 0x655012) is unknown color: approx Raw Umber. HEX triplet: 65, 50 and 12. RGB value is (101,80,18). Sum of RGB (Red+Green+Blue) = 101+80+18=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #655012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655012 is #9AAFED. Grayscale: #4F4F4F. Windows color (decimal): -10137582 or 1200229. OLE color: 1200229.

HSL color Cylindrical-coordinate representation of color #655012: hue angle of 44.82º 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 #655012 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB1018018-
CMYK00.210.820.60
HSL44.82º69.75%23.33%-
HSV(B)44.82º82.18%39.61%-
XYZ8.348.551.78-
YUV79.2193.46143.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=50.75%
G=40.20%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101801800.210.820.6044.8269.7523.33
Hex655012015523C2d4617
Octal14512022025122745510627
Binary11001011010000100100101011010010111100101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655012; }

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

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

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

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

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

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

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

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