#694402

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

Shades of Raw Umber #694402

Tints of Raw Umber #694402

Color information

#694402 (or 0x694402) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 02. RGB value is (105,68,2). Sum of RGB (Red+Green+Blue) = 105+68+2=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #694402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694402 is #96BBFD. Grayscale: #474747. Windows color (decimal): -9878526 or 148585. OLE color: 148585.

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

Color convert

RGB105682-
CMYK00.350.980.59
HSL38.45º96.26%20.98%-
HSV(B)38.45º98.1%41.18%-
XYZ7.97.141.02-
YUV71.5488.76151.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=60%
G=38.86%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10568200.350.980.5938.4596.2620.98
Hex69442023623B266015
Octal1511042043142734614025
Binary110100110001001001000111100010111011100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694402; }

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

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

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

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

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

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

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

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