#69450A

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

Shades of Raw Umber #69450A

Tints of Raw Umber #69450A

Color information

#69450A (or 0x69450A) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 0A. RGB value is (105,69,10). Sum of RGB (Red+Green+Blue) = 105+69+10=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69450A is #96BAF5. Grayscale: #494949. Windows color (decimal): -9878262 or 673129. OLE color: 673129.

HSL color Cylindrical-coordinate representation of color #69450A: hue angle of 37.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69450A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1056910-
CMYK00.340.900.59
HSL37.26º82.61%22.55%-
HSV(B)37.26º90.48%41.18%-
XYZ8.017.281.27-
YUV73.0492.43150.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 69 (27.34% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=57.07%
G=37.5%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105691000.340.900.5937.2682.6122.55
Hex6945A0225A3B255317
Octal15110512042132734512327
Binary11010011000101101001000101011010111011100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69450A; }

 p { color: rgb(105,69,10); }

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

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

 a { background-color: rgb(105,69,10); }

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

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

 span { border-color: rgb(105,69,10); }

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