Html Css Color HEX #694407 Raw Umber

📋 copy color: '#694407'

red 105 ◦ green 68 ◦ blue 7

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

Shades of Raw Umber #694407

Tints of Raw Umber #694407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

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

R = 58.33%
G = 37.78%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694407 (or 0x694407) is known color: Raw Umber. HEX triplet: 69, 44 and 07. RGB value is (105,68,7). Sum of RGB (Red+Green+Blue) = 105+68+7=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694407 is #96BBF8. Grayscale: #484848. Windows color (decimal): -9878521 or 476265. OLE color: 476265.

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

Color convert

RGB 105 68 7 -
CMYK 0 0.35 0.93 0.59
HSL 37.35º 0.88% 0.22% -
HSV(B) 37.35º 0.93% 0.41% -
XYZ 7.93 7.15 1.16 -
YUV 72.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 105 68 7 0 0.35 0.93 0.59 37.35 0.88 0.22
Hex 69 44 7 0 23 5D 3B 25 58 16
Octal 151 104 7 0 43 135 73 45 130 26
Binary 1101001 1000100 111 0 100011 1011101 111011 100101 1011000 10110

Color Harmonies of #694407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694407

Black with #694407

Text Example


Text Example

White with #694407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694407; }

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

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

background-color css

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

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

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

border-color css

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

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

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