#694002

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

Shades of Raw Umber #694002

Tints of Raw Umber #694002

Color information

#694002 (or 0x694002) is unknown color: approx Raw Umber. HEX triplet: 69, 40 and 02. RGB value is (105,64,2). Sum of RGB (Red+Green+Blue) = 105+64+2=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #694002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694002 is #96BFFD. Grayscale: #454545. Windows color (decimal): -9879550 or 147561. OLE color: 147561.

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

Color convert

RGB105642-
CMYK00.390.980.59
HSL36.12º96.26%20.98%-
HSV(B)36.12º98.1%41.18%-
XYZ7.676.670.94-
YUV69.1990.08153.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=61.40%
G=37.43%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10564200.390.980.5936.1296.2620.98
Hex69402027623B246015
Octal1511002047142734414025
Binary110100110000001001001111100010111011100100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694002; }

 p { color: rgb(105,64,2); }

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

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

 a { background-color: rgb(105,64,2); }

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

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

 span { border-color: rgb(105,64,2); }

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