Html Css Color HEX #694413 Raw Umber

📋 copy color: '#694413'

red 105 ◦ green 68 ◦ blue 19

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

Shades of Raw Umber #694413

Tints of Raw Umber #694413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 19 (7.81% from 255) = 9.9%

R = 54.69%
G = 35.42%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#694413 (or 0x694413) is known color: Raw Umber. HEX triplet: 69, 44 and 13. RGB value is (105,68,19). Sum of RGB (Red+Green+Blue) = 105+68+19=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694413 is #96BBEC. Grayscale: #494949. Windows color (decimal): -9878509 or 1262697. OLE color: 1262697.

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

Color convert

RGB 105 68 19 -
CMYK 0 0.35 0.82 0.59
HSL 34.19º 0.69% 0.24% -
HSV(B) 34.19º 0.82% 0.41% -
XYZ 8.01 7.18 1.58 -
YUV 73.48 97.26 150.48 -
System Red Green Blue C M Y K H S L
Decimal 105 68 19 0 0.35 0.82 0.59 34.19 0.69 0.24
Hex 69 44 13 0 23 52 3B 22 45 18
Octal 151 104 23 0 43 122 73 42 105 30
Binary 1101001 1000100 10011 0 100011 1010010 111011 100010 1000101 11000

Color Harmonies of #694413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694413

Black with #694413

Text Example


Text Example

White with #694413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694413; }

 p { color: rgb(105,68,19); }

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

background-color css

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

 a { background-color: rgb(105,68,19); }

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

border-color css

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

 span { border-color: rgb(105,68,19); }

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