#694515

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

Shades of Raw Umber #694515

Tints of Raw Umber #694515

Color information

#694515 (or 0x694515) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 15. RGB value is (105,69,21). Sum of RGB (Red+Green+Blue) = 105+69+21=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694515 is #96BAEA. Grayscale: #4A4A4A. Windows color (decimal): -9878251 or 1394025. OLE color: 1394025.

HSL color Cylindrical-coordinate representation of color #694515: hue angle of 34.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 #694515 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1056921-
CMYK00.340.800.59
HSL34.29º66.67%24.71%-
HSV(B)34.29º80%41.18%-
XYZ8.097.311.69-
YUV74.2997.93149.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=53.85%
G=35.38%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105692100.340.800.5934.2966.6724.71
Hex694515022503B224319
Octal15110525042120734210331
Binary110100110001011010101000101010000111011100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694515; }

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

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

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

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

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

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

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

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