Html Css Color HEX #69490B Raw Umber

📋 copy color: '#69490B'

red 105 ◦ green 73 ◦ blue 11

#69490B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #69490B

Tints of Raw Umber #69490B

RGB

 RED value IS 105 (41.41% from 255) = 55.56%

 GREEN value IS 73 (28.91% from 255) = 38.62%

 BLUE value IS 11 (4.69% from 255) = 5.82%

R = 55.56%
G = 38.62%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#69490B (or 0x69490B) is known color: Raw Umber. HEX triplet: 69, 49 and 0B. RGB value is (105,73,11). Sum of RGB (Red+Green+Blue) = 105+73+11=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69490B is #96B6F4. Grayscale: #4B4B4B. Windows color (decimal): -9877237 or 739689. OLE color: 739689.

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

Color convert

RGB 105 73 11 -
CMYK 0 0.30 0.90 0.59
HSL 39.57º 0.81% 0.23% -
HSV(B) 39.57º 0.9% 0.41% -
XYZ 8.27 7.79 1.38 -
YUV 75.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 105 73 11 0 0.30 0.90 0.59 39.57 0.81 0.23
Hex 69 49 B 0 1E 5A 3B 28 51 17
Octal 151 111 13 0 36 132 73 50 121 27
Binary 1101001 1001001 1011 0 11110 1011010 111011 101000 1010001 10111

Color Harmonies of #69490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69490B

Black with #69490B

Text Example


Text Example

White with #69490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69490B;
 }
 .AnyTagClassName
 {
   color: #69490B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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