Html Css Color HEX #694809 Raw Umber

📋 copy color: '#694809'

red 105 ◦ green 72 ◦ blue 9

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

Shades of Raw Umber #694809

Tints of Raw Umber #694809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

 BLUE value IS 9 (3.91% from 255) = 4.84%

R = 56.45%
G = 38.71%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#694809 (or 0x694809) is known color: Raw Umber. HEX triplet: 69, 48 and 09. RGB value is (105,72,9). Sum of RGB (Red+Green+Blue) = 105+72+9=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #694809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694809 is #96B7F6. Grayscale: #4A4A4A. Windows color (decimal): -9877495 or 608361. OLE color: 608361.

HSL color Cylindrical-coordinate representation of color #694809: hue angle of 39.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #694809 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 72 9 -
CMYK 0 0.31 0.91 0.59
HSL 39.38º 0.84% 0.22% -
HSV(B) 39.38º 0.91% 0.41% -
XYZ 8.19 7.66 1.3 -
YUV 74.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 105 72 9 0 0.31 0.91 0.59 39.38 0.84 0.22
Hex 69 48 9 0 1F 5B 3B 27 54 16
Octal 151 110 11 0 37 133 73 47 124 26
Binary 1101001 1001000 1001 0 11111 1011011 111011 100111 1010100 10110

Color Harmonies of #694809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694809

Black with #694809

Text Example


Text Example

White with #694809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694809; }

 p { color: rgb(105,72,9); }

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

background-color css

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

 a { background-color: rgb(105,72,9); }

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

border-color css

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

 span { border-color: rgb(105,72,9); }

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