#69440B

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

Shades of Raw Umber #69440B

Tints of Raw Umber #69440B

Color information

#69440B (or 0x69440B) is unknown color: approx Raw Umber. HEX triplet: 69, 44 and 0B. RGB value is (105,68,11). Sum of RGB (Red+Green+Blue) = 105+68+11=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69440B is #96BBF4. Grayscale: #484848. Windows color (decimal): -9878517 or 738409. OLE color: 738409.

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

Color convert

RGB1056811-
CMYK00.350.900.59
HSL36.38º81.03%22.75%-
HSV(B)36.38º89.52%41.18%-
XYZ7.957.161.28-
YUV72.5693.26151.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 11 (4.69% from 255) = 5.98%
R=57.07%
G=36.96%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105681100.350.900.5936.3881.0322.75
Hex6944B0235A3B245117
Octal15110413043132734412127
Binary11010011000100101101000111011010111011100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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