Html Css Color HEX #694A0C Raw Umber

📋 copy color: '#694A0C'

red 105 ◦ green 74 ◦ blue 12

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

Shades of Raw Umber #694A0C

Tints of Raw Umber #694A0C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.74%

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 54.97%
G = 38.74%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#694A0C (or 0x694A0C) is known color: Raw Umber. HEX triplet: 69, 4A and 0C. RGB value is (105,74,12). Sum of RGB (Red+Green+Blue) = 105+74+12=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #694A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A0C is #96B5F3. Grayscale: #4C4C4C. Windows color (decimal): -9876980 or 805481. OLE color: 805481.

HSL color Cylindrical-coordinate representation of color #694A0C: hue angle of 40º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #694A0C is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 12 -
CMYK 0 0.30 0.89 0.59
HSL 40º 0.79% 0.23% -
HSV(B) 40º 0.89% 0.41% -
XYZ 8.34 7.93 1.44 -
YUV 76.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 105 74 12 0 0.30 0.89 0.59 40 0.79 0.23
Hex 69 4A C 0 1E 59 3B 28 4F 17
Octal 151 112 14 0 36 131 73 50 117 27
Binary 1101001 1001010 1100 0 11110 1011001 111011 101000 1001111 10111

Color Harmonies of #694A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A0C

Black with #694A0C

Text Example


Text Example

White with #694A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694A0C; }

 p { color: rgb(105,74,12); }

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

background-color css

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

 a { background-color: rgb(105,74,12); }

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

border-color css

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

 span { border-color: rgb(105,74,12); }

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