Html Css Color HEX #694107 Raw Umber

📋 copy color: '#694107'

red 105 ◦ green 65 ◦ blue 7

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

Shades of Raw Umber #694107

Tints of Raw Umber #694107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

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

R = 59.32%
G = 36.72%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#694107 (or 0x694107) is known color: Raw Umber. HEX triplet: 69, 41 and 07. RGB value is (105,65,7). Sum of RGB (Red+Green+Blue) = 105+65+7=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694107 is #96BEF8. Grayscale: #464646. Windows color (decimal): -9879289 or 475497. OLE color: 475497.

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

Color convert

RGB 105 65 7 -
CMYK 0 0.38 0.93 0.59
HSL 35.51º 0.88% 0.22% -
HSV(B) 35.51º 0.93% 0.41% -
XYZ 7.75 6.8 1.1 -
YUV 70.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 105 65 7 0 0.38 0.93 0.59 35.51 0.88 0.22
Hex 69 41 7 0 26 5D 3B 24 58 16
Octal 151 101 7 0 46 135 73 44 130 26
Binary 1101001 1000001 111 0 100110 1011101 111011 100100 1011000 10110

Color Harmonies of #694107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694107

Black with #694107

Text Example


Text Example

White with #694107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694107; }

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

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

background-color css

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

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

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

border-color css

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

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

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