Html Css Color HEX #694E10 Raw Umber

📋 copy color: '#694E10'

red 105 ◦ green 78 ◦ blue 16

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

Shades of Raw Umber #694E10

Tints of Raw Umber #694E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

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

R = 52.76%
G = 39.2%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#694E10 (or 0x694E10) is known color: Raw Umber. HEX triplet: 69, 4E and 10. RGB value is (105,78,16). Sum of RGB (Red+Green+Blue) = 105+78+16=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #694E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E10 is #96B1EF. Grayscale: #4F4F4F. Windows color (decimal): -9875952 or 1068649. OLE color: 1068649.

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

Color convert

RGB 105 78 16 -
CMYK 0 0.26 0.85 0.59
HSL 41.8º 0.74% 0.24% -
HSV(B) 41.8º 0.85% 0.41% -
XYZ 8.64 8.49 1.67 -
YUV 79.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 105 78 16 0 0.26 0.85 0.59 41.8 0.74 0.24
Hex 69 4E 10 0 1A 55 3B 2A 4A 18
Octal 151 116 20 0 32 125 73 52 112 30
Binary 1101001 1001110 10000 0 11010 1010101 111011 101010 1001010 11000

Color Harmonies of #694E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E10

Black with #694E10

Text Example


Text Example

White with #694E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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