Html Css Color HEX #694C16 Raw Umber

📋 copy color: '#694C16'

red 105 ◦ green 76 ◦ blue 22

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

Shades of Raw Umber #694C16

Tints of Raw Umber #694C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 51.72%
G = 37.44%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#694C16 (or 0x694C16) is known color: Raw Umber. HEX triplet: 69, 4C and 16. RGB value is (105,76,22). Sum of RGB (Red+Green+Blue) = 105+76+22=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C16 is #96B3E9. Grayscale: #4E4E4E. Windows color (decimal): -9876458 or 1461353. OLE color: 1461353.

HSL color Cylindrical-coordinate representation of color #694C16: hue angle of 39.04º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #694C16 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 22 -
CMYK 0 0.28 0.79 0.59
HSL 39.04º 0.65% 0.25% -
HSV(B) 39.04º 0.79% 0.41% -
XYZ 8.55 8.23 1.9 -
YUV 78.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 105 76 22 0 0.28 0.79 0.59 39.04 0.65 0.25
Hex 69 4C 16 0 1C 4F 3B 27 41 19
Octal 151 114 26 0 34 117 73 47 101 31
Binary 1101001 1001100 10110 0 11100 1001111 111011 100111 1000001 11001

Color Harmonies of #694C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C16

Black with #694C16

Text Example


Text Example

White with #694C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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