Html Css Color HEX #694D47 Congo Brown

📋 copy color: '#694D47'

red 105 ◦ green 77 ◦ blue 71

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

Shades of Congo Brown #694D47

Tints of Congo Brown #694D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

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

R = 41.5%
G = 30.43%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#694D47 (or 0x694D47) is known color: Congo Brown. HEX triplet: 69, 4D and 47. RGB value is (105,77,71). Sum of RGB (Red+Green+Blue) = 105+77+71=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #694D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D47 is #96B2B8. Grayscale: #545454. Windows color (decimal): -9876153 or 4672873. OLE color: 4672873.

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

Color convert

RGB 105 77 71 -
CMYK 0 0.27 0.32 0.59
HSL 10.59º 0.19% 0.35% -
HSV(B) 10.59º 0.32% 0.41% -
XYZ 9.62 8.77 7.15 -
YUV 84.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 105 77 71 0 0.27 0.32 0.59 10.59 0.19 0.35
Hex 69 4D 47 0 1B 20 3B B 13 23
Octal 151 115 107 0 33 40 73 13 23 43
Binary 1101001 1001101 1000111 0 11011 100000 111011 1011 10011 100011

Color Harmonies of #694D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D47

Black with #694D47

Text Example


Text Example

White with #694D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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