#695613

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

Shades of Raw Umber #695613

Tints of Raw Umber #695613

Color information

#695613 (or 0x695613) is unknown color: approx Raw Umber. HEX triplet: 69, 56 and 13. RGB value is (105,86,19). Sum of RGB (Red+Green+Blue) = 105+86+19=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #695613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695613 is #96A9EC. Grayscale: #545454. Windows color (decimal): -9873901 or 1267305. OLE color: 1267305.

HSL color Cylindrical-coordinate representation of color #695613: hue angle of 46.74º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #695613 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1058619-
CMYK00.180.820.59
HSL46.74º69.35%24.31%-
HSV(B)46.74º81.9%41.18%-
XYZ9.279.712-
YUV84.0491.29142.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=50%
G=40.95%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105861900.180.820.5946.7469.3524.31
Hex695613012523B2f4518
Octal15112623022122735710530
Binary11010011010110100110100101010010111011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695613; }

 p { color: rgb(105,86,19); }

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

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

 a { background-color: rgb(105,86,19); }

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

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

 span { border-color: rgb(105,86,19); }

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