Html Css Color HEX #694C17 Raw Umber

📋 copy color: '#694C17'

red 105 ◦ green 76 ◦ blue 23

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

Shades of Raw Umber #694C17

Tints of Raw Umber #694C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.27%

R = 51.47%
G = 37.25%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#694C17 (or 0x694C17) is known color: Raw Umber. HEX triplet: 69, 4C and 17. RGB value is (105,76,23). Sum of RGB (Red+Green+Blue) = 105+76+23=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #694C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C17 is #96B3E8. Grayscale: #4E4E4E. Windows color (decimal): -9876457 or 1526889. OLE color: 1526889.

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

Color convert

RGB 105 76 23 -
CMYK 0 0.28 0.78 0.59
HSL 38.78º 0.64% 0.25% -
HSV(B) 38.78º 0.78% 0.41% -
XYZ 8.56 8.23 1.95 -
YUV 78.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 105 76 23 0 0.28 0.78 0.59 38.78 0.64 0.25
Hex 69 4C 17 0 1C 4E 3B 27 40 19
Octal 151 114 27 0 34 116 73 47 100 31
Binary 1101001 1001100 10111 0 11100 1001110 111011 100111 1000000 11001

Color Harmonies of #694C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C17

Black with #694C17

Text Example


Text Example

White with #694C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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