Html Css Color HEX #694714 Raw Umber

📋 copy color: '#694714'

red 105 ◦ green 71 ◦ blue 20

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

Shades of Raw Umber #694714

Tints of Raw Umber #694714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 53.57%
G = 36.22%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#694714 (or 0x694714) is known color: Raw Umber. HEX triplet: 69, 47 and 14. RGB value is (105,71,20). Sum of RGB (Red+Green+Blue) = 105+71+20=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694714 is #96B8EB. Grayscale: #4B4B4B. Windows color (decimal): -9877740 or 1329001. OLE color: 1329001.

HSL color Cylindrical-coordinate representation of color #694714: hue angle of 36º 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 #694714 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 20 -
CMYK 0 0.32 0.81 0.59
HSL 36º 0.68% 0.25% -
HSV(B) 36º 0.81% 0.41% -
XYZ 8.21 7.56 1.69 -
YUV 75.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 105 71 20 0 0.32 0.81 0.59 36 0.68 0.25
Hex 69 47 14 0 20 51 3B 24 44 19
Octal 151 107 24 0 40 121 73 44 104 31
Binary 1101001 1000111 10100 0 100000 1010001 111011 100100 1000100 11001

Color Harmonies of #694714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694714

Black with #694714

Text Example


Text Example

White with #694714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694714; }

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

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

background-color css

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

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

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

border-color css

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

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

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