Html Css Color HEX #694E14 Raw Umber

📋 copy color: '#694E14'

red 105 ◦ green 78 ◦ blue 20

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

Shades of Raw Umber #694E14

Tints of Raw Umber #694E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 51.72%
G = 38.42%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#694E14 (or 0x694E14) is known color: Raw Umber. HEX triplet: 69, 4E and 14. RGB value is (105,78,20). Sum of RGB (Red+Green+Blue) = 105+78+20=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 78 (30.86% from 255 or 38.42% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E14 is #96B1EB. Grayscale: #4F4F4F. Windows color (decimal): -9875948 or 1330793. OLE color: 1330793.

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

Color convert

RGB 105 78 20 -
CMYK 0 0.26 0.81 0.59
HSL 40.94º 0.68% 0.25% -
HSV(B) 40.94º 0.81% 0.41% -
XYZ 8.68 8.5 1.85 -
YUV 79.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 105 78 20 0 0.26 0.81 0.59 40.94 0.68 0.25
Hex 69 4E 14 0 1A 51 3B 29 44 19
Octal 151 116 24 0 32 121 73 51 104 31
Binary 1101001 1001110 10100 0 11010 1010001 111011 101001 1000100 11001

Color Harmonies of #694E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E14

Black with #694E14

Text Example


Text Example

White with #694E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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