Html Css Color HEX #694F13 Raw Umber

📋 copy color: '#694F13'

red 105 ◦ green 79 ◦ blue 19

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

Shades of Raw Umber #694F13

Tints of Raw Umber #694F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.92%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 51.72%
G = 38.92%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694F13 (or 0x694F13) is known color: Raw Umber. HEX triplet: 69, 4F and 13. RGB value is (105,79,19). Sum of RGB (Red+Green+Blue) = 105+79+19=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F13 is #96B0EC. Grayscale: #505050. Windows color (decimal): -9875693 or 1265513. OLE color: 1265513.

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

Color convert

RGB 105 79 19 -
CMYK 0 0.25 0.82 0.59
HSL 41.86º 0.69% 0.24% -
HSV(B) 41.86º 0.82% 0.41% -
XYZ 8.74 8.64 1.82 -
YUV 79.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 105 79 19 0 0.25 0.82 0.59 41.86 0.69 0.24
Hex 69 4F 13 0 19 52 3B 2A 45 18
Octal 151 117 23 0 31 122 73 52 105 30
Binary 1101001 1001111 10011 0 11001 1010010 111011 101010 1000101 11000

Color Harmonies of #694F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F13

Black with #694F13

Text Example


Text Example

White with #694F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,79,19); }

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

background-color css

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

 a { background-color: rgb(105,79,19); }

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

border-color css

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

 span { border-color: rgb(105,79,19); }

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