Html Css Color HEX #694A47 Congo Brown

📋 copy color: '#694A47'

red 105 ◦ green 74 ◦ blue 71

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

Shades of Congo Brown #694A47

Tints of Congo Brown #694A47

RGB

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

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

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

R = 42%
G = 29.6%
B = 28.4%

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

#694A47 (or 0x694A47) is known color: Congo Brown. HEX triplet: 69, 4A and 47. RGB value is (105,74,71). Sum of RGB (Red+Green+Blue) = 105+74+71=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A47 is #96B5B8. Grayscale: #525252. Windows color (decimal): -9876921 or 4672105. OLE color: 4672105.

HSL color Cylindrical-coordinate representation of color #694A47: hue angle of 5.29º 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 #694A47 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 74 71 -
CMYK 0 0.30 0.32 0.59
HSL 5.29º 0.19% 0.35% -
HSV(B) 5.29º 0.32% 0.41% -
XYZ 9.41 8.36 7.08 -
YUV 82.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 105 74 71 0 0.30 0.32 0.59 5.29 0.19 0.35
Hex 69 4A 47 0 1E 20 3B 5 13 23
Octal 151 112 107 0 36 40 73 5 23 43
Binary 1101001 1001010 1000111 0 11110 100000 111011 101 10011 100011

Color Harmonies of #694A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694A47

Black with #694A47

Text Example


Text Example

White with #694A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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