Html Css Color HEX #694812 Raw Umber

📋 copy color: '#694812'

red 105 ◦ green 72 ◦ blue 18

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

Shades of Raw Umber #694812

Tints of Raw Umber #694812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 53.85%
G = 36.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#694812 (or 0x694812) is known color: Raw Umber. HEX triplet: 69, 48 and 12. RGB value is (105,72,18). Sum of RGB (Red+Green+Blue) = 105+72+18=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694812 is #96B7ED. Grayscale: #4B4B4B. Windows color (decimal): -9877486 or 1198185. OLE color: 1198185.

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

Color convert

RGB 105 72 18 -
CMYK 0 0.31 0.83 0.59
HSL 37.24º 0.71% 0.24% -
HSV(B) 37.24º 0.83% 0.41% -
XYZ 8.25 7.68 1.62 -
YUV 75.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 105 72 18 0 0.31 0.83 0.59 37.24 0.71 0.24
Hex 69 48 12 0 1F 53 3B 25 47 18
Octal 151 110 22 0 37 123 73 45 107 30
Binary 1101001 1001000 10010 0 11111 1010011 111011 100101 1000111 11000

Color Harmonies of #694812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694812

Black with #694812

Text Example


Text Example

White with #694812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694812; }

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

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

background-color css

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

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

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

border-color css

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

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

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