#694714

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

Shades of Raw Umber #694714

Tints of Raw Umber #694714

Color information

#694714 (or 0x694714) is unknown color: approx Raw Umber. HEX triplet: 69, 47 and 14. RGB value is (105,71,20). Sum of RGB (Red+Green+Blue) = 105+71+20=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694714 is #96B8EB. Grayscale: #4B4B4B. Windows color (decimal): -9877740 or 1329001. OLE color: 1329001.

HSL color Cylindrical-coordinate representation of color #694714: hue angle of 36º 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 #694714 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1057120-
CMYK00.320.810.59
HSL36º68%24.51%-
HSV(B)36º80.95%41.18%-
XYZ8.217.561.69-
YUV75.3596.76149.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=53.57%
G=36.22%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105712000.320.810.59366824.51
Hex694714020513B244419
Octal15110724040121734410431
Binary110100110001111010001000001010001111011100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694714; }

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

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

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

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

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

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

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

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