Html Css Color HEX #694A0D Raw Umber

📋 copy color: '#694A0D'

red 105 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #694A0D

Tints of Raw Umber #694A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 54.69%
G = 38.54%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#694A0D (or 0x694A0D) is known color: Raw Umber. HEX triplet: 69, 4A and 0D. RGB value is (105,74,13). Sum of RGB (Red+Green+Blue) = 105+74+13=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A0D is #96B5F2. Grayscale: #4C4C4C. Windows color (decimal): -9876979 or 871017. OLE color: 871017.

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

Color convert

RGB 105 74 13 -
CMYK 0 0.30 0.88 0.59
HSL 39.78º 0.78% 0.23% -
HSV(B) 39.78º 0.88% 0.41% -
XYZ 8.35 7.93 1.47 -
YUV 76.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 105 74 13 0 0.30 0.88 0.59 39.78 0.78 0.23
Hex 69 4A D 0 1E 58 3B 28 4E 17
Octal 151 112 15 0 36 130 73 50 116 27
Binary 1101001 1001010 1101 0 11110 1011000 111011 101000 1001110 10111

Color Harmonies of #694A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A0D

Black with #694A0D

Text Example


Text Example

White with #694A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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