Html Css Color HEX #694403 Raw Umber

📋 copy color: '#694403'

red 105 ◦ green 68 ◦ blue 3

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

Shades of Raw Umber #694403

Tints of Raw Umber #694403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.7%

R = 59.66%
G = 38.64%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#694403 (or 0x694403) is known color: Raw Umber. HEX triplet: 69, 44 and 03. RGB value is (105,68,3). Sum of RGB (Red+Green+Blue) = 105+68+3=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #694403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694403 is #96BBFC. Grayscale: #474747. Windows color (decimal): -9878525 or 214121. OLE color: 214121.

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

Color convert

RGB 105 68 3 -
CMYK 0 0.35 0.97 0.59
HSL 38.24º 0.94% 0.21% -
HSV(B) 38.24º 0.97% 0.41% -
XYZ 7.91 7.14 1.05 -
YUV 71.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 105 68 3 0 0.35 0.97 0.59 38.24 0.94 0.21
Hex 69 44 3 0 23 61 3B 26 5E 15
Octal 151 104 3 0 43 141 73 46 136 25
Binary 1101001 1000100 11 0 100011 1100001 111011 100110 1011110 10101

Color Harmonies of #694403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694403

Black with #694403

Text Example


Text Example

White with #694403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694403; }

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

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

background-color css

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

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

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

border-color css

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

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

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