Html Css Color HEX #694C11 Raw Umber

📋 copy color: '#694C11'

red 105 ◦ green 76 ◦ blue 17

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

Shades of Raw Umber #694C11

Tints of Raw Umber #694C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.38%

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

R = 53.03%
G = 38.38%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#694C11 (or 0x694C11) is known color: Raw Umber. HEX triplet: 69, 4C and 11. RGB value is (105,76,17). Sum of RGB (Red+Green+Blue) = 105+76+17=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #694C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C11 is #96B3EE. Grayscale: #4E4E4E. Windows color (decimal): -9876463 or 1133673. OLE color: 1133673.

HSL color Cylindrical-coordinate representation of color #694C11: hue angle of 40.23º 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 #694C11 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 17 -
CMYK 0 0.28 0.84 0.59
HSL 40.23º 0.72% 0.24% -
HSV(B) 40.23º 0.84% 0.41% -
XYZ 8.51 8.21 1.67 -
YUV 77.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 105 76 17 0 0.28 0.84 0.59 40.23 0.72 0.24
Hex 69 4C 11 0 1C 54 3B 28 48 18
Octal 151 114 21 0 34 124 73 50 110 30
Binary 1101001 1001100 10001 0 11100 1010100 111011 101000 1001000 11000

Color Harmonies of #694C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C11

Black with #694C11

Text Example


Text Example

White with #694C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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