Html Css Color HEX #694740 Congo Brown

📋 copy color: '#694740'

red 105 ◦ green 71 ◦ blue 64

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

Shades of Congo Brown #694740

Tints of Congo Brown #694740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 43.75%
G = 29.58%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#694740 (or 0x694740) is known color: Congo Brown. HEX triplet: 69, 47 and 40. RGB value is (105,71,64). Sum of RGB (Red+Green+Blue) = 105+71+64=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694740 is #96B8BF. Grayscale: #505050. Windows color (decimal): -9877696 or 4212585. OLE color: 4212585.

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

Color convert

RGB 105 71 64 -
CMYK 0 0.32 0.39 0.59
HSL 10.24º 0.24% 0.33% -
HSV(B) 10.24º 0.39% 0.41% -
XYZ 9 7.88 5.9 -
YUV 80.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 105 71 64 0 0.32 0.39 0.59 10.24 0.24 0.33
Hex 69 47 40 0 20 27 3B A 18 21
Octal 151 107 100 0 40 47 73 12 30 41
Binary 1101001 1000111 1000000 0 100000 100111 111011 1010 11000 100001

Color Harmonies of #694740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694740

Black with #694740

Text Example


Text Example

White with #694740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694740; }

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

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

background-color css

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

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

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

border-color css

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

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

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