Html Css Color HEX #694807 Raw Umber

📋 copy color: '#694807'

red 105 ◦ green 72 ◦ blue 7

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

Shades of Raw Umber #694807

Tints of Raw Umber #694807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.13%

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

R = 57.07%
G = 39.13%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694807 (or 0x694807) is known color: Raw Umber. HEX triplet: 69, 48 and 07. RGB value is (105,72,7). Sum of RGB (Red+Green+Blue) = 105+72+7=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694807 is #96B7F8. Grayscale: #4A4A4A. Windows color (decimal): -9877497 or 477289. OLE color: 477289.

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

Color convert

RGB 105 72 7 -
CMYK 0 0.31 0.93 0.59
HSL 39.8º 0.88% 0.22% -
HSV(B) 39.8º 0.93% 0.41% -
XYZ 8.18 7.65 1.25 -
YUV 74.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 105 72 7 0 0.31 0.93 0.59 39.8 0.88 0.22
Hex 69 48 7 0 1F 5D 3B 28 58 16
Octal 151 110 7 0 37 135 73 50 130 26
Binary 1101001 1001000 111 0 11111 1011101 111011 101000 1011000 10110

Color Harmonies of #694807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694807

Black with #694807

Text Example


Text Example

White with #694807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694807; }

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

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

background-color css

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

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

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

border-color css

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

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

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