#695319

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

Shades of Raw Umber #695319

Tints of Raw Umber #695319

Color information

#695319 (or 0x695319) is unknown color: approx Raw Umber. HEX triplet: 69, 53 and 19. RGB value is (105,83,25). Sum of RGB (Red+Green+Blue) = 105+83+25=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #695319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695319 is #96ACE6. Grayscale: #535353. Windows color (decimal): -9874663 or 1659753. OLE color: 1659753.

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

Color convert

RGB1058325-
CMYK00.210.760.59
HSL43.5º61.54%25.49%-
HSV(B)43.5º76.19%41.18%-
XYZ9.099.262.23-
YUV82.9795.29143.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 25 (10.16% from 255) = 11.74%
R=49.30%
G=38.97%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105832500.210.760.5943.561.5425.49
Hex6953190154C3B2c3e19
Octal1511233102511473547631
Binary1101001101001111001010101100110011101110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695319; }

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

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

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

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

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

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

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

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