#694609

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

Shades of Raw Umber #694609

Tints of Raw Umber #694609

Color information

#694609 (or 0x694609) is unknown color: approx Raw Umber. HEX triplet: 69, 46 and 09. RGB value is (105,70,9). Sum of RGB (Red+Green+Blue) = 105+70+9=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694609 is #96B9F6. Grayscale: #494949. Windows color (decimal): -9878007 or 607849. OLE color: 607849.

HSL color Cylindrical-coordinate representation of color #694609: hue angle of 38.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #694609 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB105709-
CMYK00.330.910.59
HSL38.12º84.21%22.35%-
HSV(B)38.12º91.43%41.18%-
XYZ8.077.41.26-
YUV73.5191.6150.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 9 (3.91% from 255) = 4.89%
R=57.07%
G=38.04%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10570900.330.910.5938.1284.2122.35
Hex694690215B3B265416
Octal15110611041133734612426
Binary11010011000110100101000011011011111011100110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694609; }

 p { color: rgb(105,70,9); }

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

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

 a { background-color: rgb(105,70,9); }

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

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

 span { border-color: rgb(105,70,9); }

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