#695014

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

Shades of Raw Umber #695014

Tints of Raw Umber #695014

Color information

#695014 (or 0x695014) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 14. RGB value is (105,80,20). Sum of RGB (Red+Green+Blue) = 105+80+20=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695014 is #96AFEB. Grayscale: #505050. Windows color (decimal): -9875436 or 1331305. OLE color: 1331305.

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

Color convert

RGB1058020-
CMYK00.240.810.59
HSL42.35º68%24.51%-
HSV(B)42.35º80.95%41.18%-
XYZ8.828.791.89-
YUV80.6393.78145.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.22%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=51.22%
G=39.02%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105802000.240.810.5942.356824.51
Hex695014018513B2a4419
Octal15112024030121735210431
Binary11010011010000101000110001010001111011101010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695014; }

 p { color: rgb(105,80,20); }

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

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

 a { background-color: rgb(105,80,20); }

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

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

 span { border-color: rgb(105,80,20); }

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