#69460F

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

Shades of Raw Umber #69460F

Tints of Raw Umber #69460F

Color information

#69460F (or 0x69460F) is unknown color: approx Raw Umber. HEX triplet: 69, 46 and 0F. RGB value is (105,70,15). Sum of RGB (Red+Green+Blue) = 105+70+15=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460F is #96B9F0. Grayscale: #4A4A4A. Windows color (decimal): -9878001 or 1001065. OLE color: 1001065.

HSL color Cylindrical-coordinate representation of color #69460F: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69460F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1057015-
CMYK00.330.860.59
HSL36.67º75%23.53%-
HSV(B)36.67º85.71%41.18%-
XYZ8.17.421.46-
YUV74.1994.6149.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.26%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=55.26%
G=36.84%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105701500.330.860.5936.677523.53
Hex6946F021563B254b18
Octal15110617041126734511330
Binary11010011000110111101000011010110111011100101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69460F; }

 p { color: rgb(105,70,15); }

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

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

 a { background-color: rgb(105,70,15); }

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

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

 span { border-color: rgb(105,70,15); }

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