Html Css Color HEX #694311 Raw Umber

📋 copy color: '#694311'

red 105 ◦ green 67 ◦ blue 17

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

Shades of Raw Umber #694311

Tints of Raw Umber #694311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 55.56%
G = 35.45%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694311 (or 0x694311) is known color: Raw Umber. HEX triplet: 69, 43 and 11. RGB value is (105,67,17). Sum of RGB (Red+Green+Blue) = 105+67+17=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #694311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694311 is #96BCEE. Grayscale: #484848. Windows color (decimal): -9878767 or 1131369. OLE color: 1131369.

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

Color convert

RGB 105 67 17 -
CMYK 0 0.36 0.84 0.59
HSL 34.09º 0.72% 0.24% -
HSV(B) 34.09º 0.84% 0.41% -
XYZ 7.93 7.06 1.47 -
YUV 72.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 105 67 17 0 0.36 0.84 0.59 34.09 0.72 0.24
Hex 69 43 11 0 24 54 3B 22 48 18
Octal 151 103 21 0 44 124 73 42 110 30
Binary 1101001 1000011 10001 0 100100 1010100 111011 100010 1001000 11000

Color Harmonies of #694311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694311

Black with #694311

Text Example


Text Example

White with #694311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694311; }

 p { color: rgb(105,67,17); }

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

background-color css

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

 a { background-color: rgb(105,67,17); }

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

border-color css

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

 span { border-color: rgb(105,67,17); }

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