Html Css Color HEX #694000 Raw Umber

📋 copy color: '#694000'

red 105 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #694000

Tints of Raw Umber #694000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.13%
G = 37.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694000 (or 0x694000) is known color: Raw Umber. HEX triplet: 69, 40 and 00. RGB value is (105,64,0). Sum of RGB (Red+Green+Blue) = 105+64+0=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #694000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694000 is #96BFFF. Grayscale: #454545. Windows color (decimal): -9879552 or 16489. OLE color: 16489.

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

Color convert

RGB 105 64 0 -
CMYK 0 0.39 1 0.59
HSL 36.57º 1% 0.21% -
HSV(B) 36.57º 1% 0.41% -
XYZ 7.66 6.67 0.88 -
YUV 68.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 105 64 0 0 0.39 1 0.59 36.57 1 0.21
Hex 69 40 0 0 27 64 3B 25 64 15
Octal 151 100 0 0 47 144 73 45 144 25
Binary 1101001 1000000 0 0 100111 1100100 111011 100101 1100100 10101

Color Harmonies of #694000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694000

Black with #694000

Text Example


Text Example

White with #694000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694000; }

 p { color: rgb(105,64,0); }

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

background-color css

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

 a { background-color: rgb(105,64,0); }

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

border-color css

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

 span { border-color: rgb(105,64,0); }

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