#69460C

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

Shades of Raw Umber #69460C

Tints of Raw Umber #69460C

Color information

#69460C (or 0x69460C) is unknown color: approx Raw Umber. HEX triplet: 69, 46 and 0C. RGB value is (105,70,12). Sum of RGB (Red+Green+Blue) = 105+70+12=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460C is #96B9F3. Grayscale: #4A4A4A. Windows color (decimal): -9878004 or 804457. OLE color: 804457.

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

Color convert

RGB1057012-
CMYK00.330.890.59
HSL37.42º79.49%22.94%-
HSV(B)37.42º88.57%41.18%-
XYZ8.087.411.35-
YUV73.8593.1150.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.15%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=56.15%
G=37.43%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105701200.330.890.5937.4279.4922.94
Hex6946C021593B254f17
Octal15110614041131734511727
Binary11010011000110110001000011011001111011100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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