Html Css Color HEX #694947 Congo Brown

📋 copy color: '#694947'

red 105 ◦ green 73 ◦ blue 71

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

Shades of Congo Brown #694947

Tints of Congo Brown #694947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 42.17%
G = 29.32%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#694947 (or 0x694947) is known color: Congo Brown. HEX triplet: 69, 49 and 47. RGB value is (105,73,71). Sum of RGB (Red+Green+Blue) = 105+73+71=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694947 is #96B6B8. Grayscale: #525252. Windows color (decimal): -9877177 or 4671849. OLE color: 4671849.

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

Color convert

RGB 105 73 71 -
CMYK 0 0.30 0.32 0.59
HSL 3.53º 0.19% 0.35% -
HSV(B) 3.53º 0.32% 0.41% -
XYZ 9.35 8.22 7.06 -
YUV 82.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 105 73 71 0 0.30 0.32 0.59 3.53 0.19 0.35
Hex 69 49 47 0 1E 20 3B 4 13 23
Octal 151 111 107 0 36 40 73 4 23 43
Binary 1101001 1001001 1000111 0 11110 100000 111011 100 10011 100011

Color Harmonies of #694947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694947

Black with #694947

Text Example


Text Example

White with #694947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694947; }

 p { color: rgb(105,73,71); }

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

background-color css

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

 a { background-color: rgb(105,73,71); }

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

border-color css

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

 span { border-color: rgb(105,73,71); }

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