Html Css Color HEX #694F10 Raw Umber

📋 copy color: '#694F10'

red 105 ◦ green 79 ◦ blue 16

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

Shades of Raw Umber #694F10

Tints of Raw Umber #694F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8%

R = 52.5%
G = 39.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694F10 (or 0x694F10) is known color: Raw Umber. HEX triplet: 69, 4F and 10. RGB value is (105,79,16). Sum of RGB (Red+Green+Blue) = 105+79+16=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #694F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F10 is #96B0EF. Grayscale: #4F4F4F. Windows color (decimal): -9875696 or 1068905. OLE color: 1068905.

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

Color convert

RGB 105 79 16 -
CMYK 0 0.25 0.85 0.59
HSL 42.47º 0.74% 0.24% -
HSV(B) 42.47º 0.85% 0.41% -
XYZ 8.72 8.63 1.7 -
YUV 79.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 105 79 16 0 0.25 0.85 0.59 42.47 0.74 0.24
Hex 69 4F 10 0 19 55 3B 2A 4A 18
Octal 151 117 20 0 31 125 73 52 112 30
Binary 1101001 1001111 10000 0 11001 1010101 111011 101010 1001010 11000

Color Harmonies of #694F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694F10

Black with #694F10

Text Example


Text Example

White with #694F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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