#695315

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

Shades of Raw Umber #695315

Tints of Raw Umber #695315

Color information

#695315 (or 0x695315) is unknown color: approx Raw Umber. HEX triplet: 69, 53 and 15. RGB value is (105,83,21). Sum of RGB (Red+Green+Blue) = 105+83+21=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695315 is #96ACEA. Grayscale: #525252. Windows color (decimal): -9874667 or 1397609. OLE color: 1397609.

HSL color Cylindrical-coordinate representation of color #695315: hue angle of 44.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #695315 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1058321-
CMYK00.210.800.59
HSL44.29º66.67%24.71%-
HSV(B)44.29º80%41.18%-
XYZ9.059.242.02-
YUV82.5193.29144.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 21 (8.59% from 255) = 10.05%
R=50.24%
G=39.71%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105832100.210.800.5944.2966.6724.71
Hex695315015503B2c4319
Octal15112325025120735410331
Binary11010011010011101010101011010000111011101100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695315; }

 p { color: rgb(105,83,21); }

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

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

 a { background-color: rgb(105,83,21); }

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

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

 span { border-color: rgb(105,83,21); }

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