Html Css Color HEX #694700 Raw Umber

📋 copy color: '#694700'

red 105 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #694700

Tints of Raw Umber #694700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.66%
G = 40.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694700 (or 0x694700) is known color: Raw Umber. HEX triplet: 69, 47 and 00. RGB value is (105,71,0). Sum of RGB (Red+Green+Blue) = 105+71+0=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #694700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694700 is #96B8FF. Grayscale: #494949. Windows color (decimal): -9877760 or 18281. OLE color: 18281.

HSL color Cylindrical-coordinate representation of color #694700: hue angle of 40.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #694700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 0 -
CMYK 0 0.32 1 0.59
HSL 40.57º 1% 0.21% -
HSV(B) 40.57º 1% 0.41% -
XYZ 8.08 7.51 1.02 -
YUV 73.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 105 71 0 0 0.32 1 0.59 40.57 1 0.21
Hex 69 47 0 0 20 64 3B 29 64 15
Octal 151 107 0 0 40 144 73 51 144 25
Binary 1101001 1000111 0 0 100000 1100100 111011 101001 1100100 10101

Color Harmonies of #694700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694700

Black with #694700

Text Example


Text Example

White with #694700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694700; }

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

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

background-color css

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

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

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

border-color css

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

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

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