Html Css Color HEX #69460E Raw Umber

📋 copy color: '#69460E'

red 105 ◦ green 70 ◦ blue 14

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

Shades of Raw Umber #69460E

Tints of Raw Umber #69460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.04%

 BLUE value IS 14 (5.86% from 255) = 7.41%

R = 55.56%
G = 37.04%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#69460E (or 0x69460E) is known color: Raw Umber. HEX triplet: 69, 46 and 0E. RGB value is (105,70,14). Sum of RGB (Red+Green+Blue) = 105+70+14=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460E is #96B9F1. Grayscale: #4A4A4A. Windows color (decimal): -9878002 or 935529. OLE color: 935529.

HSL color Cylindrical-coordinate representation of color #69460E: hue angle of 36.92º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69460E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 70 14 -
CMYK 0 0.33 0.87 0.59
HSL 36.92º 0.76% 0.23% -
HSV(B) 36.92º 0.87% 0.41% -
XYZ 8.1 7.42 1.42 -
YUV 74.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 105 70 14 0 0.33 0.87 0.59 36.92 0.76 0.23
Hex 69 46 E 0 21 57 3B 25 4C 17
Octal 151 106 16 0 41 127 73 45 114 27
Binary 1101001 1000110 1110 0 100001 1010111 111011 100101 1001100 10111

Color Harmonies of #69460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69460E

Black with #69460E

Text Example


Text Example

White with #69460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69460E; }

 p { color: rgb(105,70,14); }

 H1.HeaderClassName
 {
   color: #69460E;
 }
 .AnyTagClassName
 {
   color: #69460E;
 }
</style>

background-color css

<style>
 a { background-color: #69460E; }

 a { background-color: rgb(105,70,14); }

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

border-color css

<style>
 span { border-color: #69460E; }

 span { border-color: rgb(105,70,14); }

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