#694700

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

Shades of Raw Umber #694700

Tints of Raw Umber #694700

Color information

#694700 (or 0x694700) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 00. RGB value is (105,71,0). Sum of RGB (Red+Green+Blue) = 105+71+0=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #694700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694700 is #96B8FF. Grayscale: #494949. Windows color (decimal): -9877760 or 18281. OLE color: 18281.

HSL color Cylindrical-coordinate representation of color #694700: hue angle of 40.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #694700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB105710-
CMYK00.3210.59
HSL40.57º100%20.59%-
HSV(B)40.57º100%41.18%-
XYZ8.087.511.02-
YUV73.0786.76150.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 71 (28.12% from 255) = 40.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.66%
G=40.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10571000.3210.5940.5710020.59
Hex69470020643B296415
Octal1511070040144735114425
Binary11010011000111001000001100100111011101001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694700; }

 p { color: rgb(105,71,0); }

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

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

 a { background-color: rgb(105,71,0); }

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

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

 span { border-color: rgb(105,71,0); }

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