#695419

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

Shades of Raw Umber #695419

Tints of Raw Umber #695419

Color information

#695419 (or 0x695419) is unknown color: approx Raw Umber. HEX triplet: 69, 54 and 19. RGB value is (105,84,25). Sum of RGB (Red+Green+Blue) = 105+84+25=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #695419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695419 is #96ABE6. Grayscale: #535353. Windows color (decimal): -9874407 or 1660009. OLE color: 1660009.

HSL color Cylindrical-coordinate representation of color #695419: hue angle of 44.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #695419 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1058425-
CMYK00.200.760.59
HSL44.25º61.54%25.49%-
HSV(B)44.25º76.19%41.18%-
XYZ9.179.412.25-
YUV83.5594.96143.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=49.07%
G=39.25%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105842500.200.760.5944.2561.5425.49
Hex6954190144C3B2c3e19
Octal1511243102411473547631
Binary1101001101010011001010100100110011101110110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695419; }

 p { color: rgb(105,84,25); }

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

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

 a { background-color: rgb(105,84,25); }

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

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

 span { border-color: rgb(105,84,25); }

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