#665314

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

Shades of Raw Umber #665314

Tints of Raw Umber #665314

Color information

#665314 (or 0x665314) is unknown color: approx Raw Umber. HEX triplet: 66, 53 and 14. RGB value is (102,83,20). Sum of RGB (Red+Green+Blue) = 102+83+20=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665314 is #99ACEB. Grayscale: #515151. Windows color (decimal): -10071276 or 1332070. OLE color: 1332070.

HSL color Cylindrical-coordinate representation of color #665314: hue angle of 46.1º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665314 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB1028320-
CMYK00.190.800.6
HSL46.1º67.21%23.92%-
HSV(B)46.1º80.39%40%-
XYZ8.79.061.95-
YUV81.593.29142.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=49.76%
G=40.49%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102832000.190.800.646.167.2123.92
Hex665314013503C2e4318
Octal14612324023120745610330
Binary11001101010011101000100111010000111100101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665314; }

 p { color: rgb(102,83,20); }

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

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

 a { background-color: rgb(102,83,20); }

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

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

 span { border-color: rgb(102,83,20); }

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