#69501B

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

Shades of Raw Umber #69501B

Tints of Raw Umber #69501B

Color information

#69501B (or 0x69501B) is unknown color: approx Raw Umber. HEX triplet: 69, 50 and 1B. RGB value is (105,80,27). Sum of RGB (Red+Green+Blue) = 105+80+27=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #69501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69501B is #96AFE4. Grayscale: #515151. Windows color (decimal): -9875429 or 1790057. OLE color: 1790057.

HSL color Cylindrical-coordinate representation of color #69501B: hue angle of 40.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69501B is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1058027-
CMYK00.240.740.59
HSL40.77º59.09%25.88%-
HSV(B)40.77º74.29%41.18%-
XYZ8.898.822.27-
YUV81.4397.28144.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=49.53%
G=37.74%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105802700.240.740.5940.7759.0925.88
Hex69501B0184A3B293b1a
Octal1511203303011273517332
Binary1101001101000011011011000100101011101110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,80,27); }

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

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

 a { background-color: rgb(105,80,27); }

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

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

 span { border-color: rgb(105,80,27); }

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