#69450F

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

Shades of Raw Umber #69450F

Tints of Raw Umber #69450F

Color information

#69450F (or 0x69450F) is unknown color: approx Raw Umber. HEX triplet: 69, 45 and 0F. RGB value is (105,69,15). Sum of RGB (Red+Green+Blue) = 105+69+15=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69450F is #96BAF0. Grayscale: #494949. Windows color (decimal): -9878257 or 1000809. OLE color: 1000809.

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

Color convert

RGB1056915-
CMYK00.340.860.59
HSL36º75%23.53%-
HSV(B)36º85.71%41.18%-
XYZ8.047.291.44-
YUV73.6194.93150.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 55.56%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=55.56%
G=36.51%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105691500.340.860.59367523.53
Hex6945F022563B244b18
Octal15110517042126734411330
Binary11010011000101111101000101010110111011100100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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