Html Css Color HEX #694912 Raw Umber

📋 copy color: '#694912'

red 105 ◦ green 73 ◦ blue 18

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

Shades of Raw Umber #694912

Tints of Raw Umber #694912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.24%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 53.57%
G = 37.24%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#694912 (or 0x694912) is known color: Raw Umber. HEX triplet: 69, 49 and 12. RGB value is (105,73,18). Sum of RGB (Red+Green+Blue) = 105+73+18=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694912 is #96B6ED. Grayscale: #4C4C4C. Windows color (decimal): -9877230 or 1198441. OLE color: 1198441.

HSL color Cylindrical-coordinate representation of color #694912: hue angle of 37.93º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #694912 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 18 -
CMYK 0 0.30 0.83 0.59
HSL 37.93º 0.71% 0.24% -
HSV(B) 37.93º 0.83% 0.41% -
XYZ 8.32 7.81 1.64 -
YUV 76.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 105 73 18 0 0.30 0.83 0.59 37.93 0.71 0.24
Hex 69 49 12 0 1E 53 3B 26 47 18
Octal 151 111 22 0 36 123 73 46 107 30
Binary 1101001 1001001 10010 0 11110 1010011 111011 100110 1000111 11000

Color Harmonies of #694912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694912

Black with #694912

Text Example


Text Example

White with #694912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694912; }

 p { color: rgb(105,73,18); }

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

background-color css

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

 a { background-color: rgb(105,73,18); }

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

border-color css

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

 span { border-color: rgb(105,73,18); }

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