Html Css Color HEX #694707 Raw Umber

📋 copy color: '#694707'

red 105 ◦ green 71 ◦ blue 7

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

Shades of Raw Umber #694707

Tints of Raw Umber #694707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 57.38%
G = 38.8%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694707 (or 0x694707) is known color: Raw Umber. HEX triplet: 69, 47 and 07. RGB value is (105,71,7). Sum of RGB (Red+Green+Blue) = 105+71+7=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694707 is #96B8F8. Grayscale: #4A4A4A. Windows color (decimal): -9877753 or 477033. OLE color: 477033.

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

Color convert

RGB 105 71 7 -
CMYK 0 0.32 0.93 0.59
HSL 39.18º 0.88% 0.22% -
HSV(B) 39.18º 0.93% 0.41% -
XYZ 8.12 7.53 1.23 -
YUV 73.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 105 71 7 0 0.32 0.93 0.59 39.18 0.88 0.22
Hex 69 47 7 0 20 5D 3B 27 58 16
Octal 151 107 7 0 40 135 73 47 130 26
Binary 1101001 1000111 111 0 100000 1011101 111011 100111 1011000 10110

Color Harmonies of #694707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694707

Black with #694707

Text Example


Text Example

White with #694707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694707; }

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

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

background-color css

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

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

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

border-color css

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

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

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