#694817

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

Shades of Raw Umber #694817

Tints of Raw Umber #694817

Color information

#694817 (or 0x694817) is unknown color: approx Raw Umber. HEX triplet: 69, 48 and 17. RGB value is (105,72,23). Sum of RGB (Red+Green+Blue) = 105+72+23=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #694817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694817 is #96B7E8. Grayscale: #4C4C4C. Windows color (decimal): -9877481 or 1525865. OLE color: 1525865.

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

Color convert

RGB1057223-
CMYK00.310.780.59
HSL35.85º64.06%25.1%-
HSV(B)35.85º78.1%41.18%-
XYZ8.37.71.86-
YUV76.2897.93148.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 23 (9.38% from 255) = 11.5%
R=52.5%
G=36%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105722300.310.780.5935.8564.0625.1
Hex69481701F4E3B244019
Octal15111027037116734410031
Binary11010011001000101110111111001110111011100100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694817; }

 p { color: rgb(105,72,23); }

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

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

 a { background-color: rgb(105,72,23); }

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

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

 span { border-color: rgb(105,72,23); }

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