Html Css Color HEX #694500 Raw Umber

📋 copy color: '#694500'

red 105 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #694500

Tints of Raw Umber #694500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 60.34%
G = 39.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694500 (or 0x694500) is known color: Raw Umber. HEX triplet: 69, 45 and 00. RGB value is (105,69,0). Sum of RGB (Red+Green+Blue) = 105+69+0=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #694500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694500 is #96BAFF. Grayscale: #484848. Windows color (decimal): -9878272 or 17769. OLE color: 17769.

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

Color convert

RGB 105 69 0 -
CMYK 0 0.34 1 0.59
HSL 39.43º 1% 0.21% -
HSV(B) 39.43º 1% 0.41% -
XYZ 7.95 7.26 0.98 -
YUV 71.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 105 69 0 0 0.34 1 0.59 39.43 1 0.21
Hex 69 45 0 0 22 64 3B 27 64 15
Octal 151 105 0 0 42 144 73 47 144 25
Binary 1101001 1000101 0 0 100010 1100100 111011 100111 1100100 10101

Color Harmonies of #694500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694500

Black with #694500

Text Example


Text Example

White with #694500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694500; }

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

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

background-color css

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

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

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

border-color css

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

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

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