Html Css Color HEX #694607 Raw Umber

📋 copy color: '#694607'

red 105 ◦ green 70 ◦ blue 7

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

Shades of Raw Umber #694607

Tints of Raw Umber #694607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.46%

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

R = 57.69%
G = 38.46%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694607 (or 0x694607) is known color: Raw Umber. HEX triplet: 69, 46 and 07. RGB value is (105,70,7). Sum of RGB (Red+Green+Blue) = 105+70+7=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #694607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694607 is #96B9F8. Grayscale: #494949. Windows color (decimal): -9878009 or 476777. OLE color: 476777.

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

Color convert

RGB 105 70 7 -
CMYK 0 0.33 0.93 0.59
HSL 38.57º 0.88% 0.22% -
HSV(B) 38.57º 0.93% 0.41% -
XYZ 8.05 7.4 1.2 -
YUV 73.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 105 70 7 0 0.33 0.93 0.59 38.57 0.88 0.22
Hex 69 46 7 0 21 5D 3B 27 58 16
Octal 151 106 7 0 41 135 73 47 130 26
Binary 1101001 1000110 111 0 100001 1011101 111011 100111 1011000 10110

Color Harmonies of #694607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694607

Black with #694607

Text Example


Text Example

White with #694607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694607; }

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

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

background-color css

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

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

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

border-color css

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

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

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