Html Css Color HEX #694701 Raw Umber

📋 copy color: '#694701'

red 105 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #694701

Tints of Raw Umber #694701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 59.32%
G = 40.11%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#694701 (or 0x694701) is known color: Raw Umber. HEX triplet: 69, 47 and 01. RGB value is (105,71,1). Sum of RGB (Red+Green+Blue) = 105+71+1=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694701 is #96B8FE. Grayscale: #494949. Windows color (decimal): -9877759 or 83817. OLE color: 83817.

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

Color convert

RGB 105 71 1 -
CMYK 0 0.32 0.99 0.59
HSL 40.38º 0.98% 0.21% -
HSV(B) 40.38º 0.99% 0.41% -
XYZ 8.08 7.51 1.05 -
YUV 73.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 105 71 1 0 0.32 0.99 0.59 40.38 0.98 0.21
Hex 69 47 1 0 20 63 3B 28 62 15
Octal 151 107 1 0 40 143 73 50 142 25
Binary 1101001 1000111 1 0 100000 1100011 111011 101000 1100010 10101

Color Harmonies of #694701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694701

Black with #694701

Text Example


Text Example

White with #694701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694701; }

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

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

background-color css

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

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

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

border-color css

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

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

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