#69550B

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

Shades of Raw Umber #69550B

Tints of Raw Umber #69550B

Color information

#69550B (or 0x69550B) is unknown color: approx Raw Umber. HEX triplet: 69, 55 and 0B. RGB value is (105,85,11). Sum of RGB (Red+Green+Blue) = 105+85+11=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69550B is #96AAF4. Grayscale: #525252. Windows color (decimal): -9874165 or 742761. OLE color: 742761.

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

Color convert

RGB1058511-
CMYK00.190.900.59
HSL47.23º81.03%22.75%-
HSV(B)47.23º89.52%41.18%-
XYZ9.139.521.67-
YUV82.5487.63144.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=52.24%
G=42.29%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105851100.190.900.5947.2381.0322.75
Hex6955B0135A3B2f5117
Octal15112513023132735712127
Binary1101001101010110110100111011010111011101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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