Html Css Color HEX #694C47 Congo Brown

📋 copy color: '#694C47'

red 105 ◦ green 76 ◦ blue 71

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

Shades of Congo Brown #694C47

Tints of Congo Brown #694C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 41.67%
G = 30.16%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#694C47 (or 0x694C47) is known color: Congo Brown. HEX triplet: 69, 4C and 47. RGB value is (105,76,71). Sum of RGB (Red+Green+Blue) = 105+76+71=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #694C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C47 is #96B3B8. Grayscale: #545454. Windows color (decimal): -9876409 or 4672617. OLE color: 4672617.

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

Color convert

RGB 105 76 71 -
CMYK 0 0.28 0.32 0.59
HSL 8.82º 0.19% 0.35% -
HSV(B) 8.82º 0.32% 0.41% -
XYZ 9.55 8.63 7.12 -
YUV 84.1 120.61 142.91 -
System Red Green Blue C M Y K H S L
Decimal 105 76 71 0 0.28 0.32 0.59 8.82 0.19 0.35
Hex 69 4C 47 0 1C 20 3B 9 13 23
Octal 151 114 107 0 34 40 73 11 23 43
Binary 1101001 1001100 1000111 0 11100 100000 111011 1001 10011 100011

Color Harmonies of #694C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C47

Black with #694C47

Text Example


Text Example

White with #694C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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