#69450B

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

Shades of Raw Umber #69450B

Tints of Raw Umber #69450B

Color information

#69450B (or 0x69450B) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 0B. RGB value is (105,69,11). Sum of RGB (Red+Green+Blue) = 105+69+11=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69450B is #96BAF4. Grayscale: #494949. Windows color (decimal): -9878261 or 738665. OLE color: 738665.

HSL color Cylindrical-coordinate representation of color #69450B: hue angle of 37.02º degrees, saturation: 0.81, 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 #69450B is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1056911-
CMYK00.340.900.59
HSL37.02º81.03%22.75%-
HSV(B)37.02º89.52%41.18%-
XYZ8.017.281.3-
YUV73.1592.93150.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 69 (27.34% from 255) = 37.30%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=56.76%
G=37.30%
B=5.95%

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
Decimal105691100.340.900.5937.0281.0322.75
Hex6945B0225A3B255117
Octal15110513042132734512127
Binary11010011000101101101000101011010111011100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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