Html Css Color HEX #694741 Congo Brown

📋 copy color: '#694741'

red 105 ◦ green 71 ◦ blue 65

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

Shades of Congo Brown #694741

Tints of Congo Brown #694741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.97%

R = 43.57%
G = 29.46%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#694741 (or 0x694741) is known color: Congo Brown. HEX triplet: 69, 47 and 41. RGB value is (105,71,65). Sum of RGB (Red+Green+Blue) = 105+71+65=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694741 is #96B8BE. Grayscale: #505050. Windows color (decimal): -9877695 or 4278121. OLE color: 4278121.

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

Color convert

RGB 105 71 65 -
CMYK 0 0.32 0.38 0.59
HSL 0.24% 0.33% -
HSV(B) 0.38% 0.41% -
XYZ 9.03 7.89 6.05 -
YUV 80.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 105 71 65 0 0.32 0.38 0.59 9 0.24 0.33
Hex 69 47 41 0 20 26 3B 9 18 21
Octal 151 107 101 0 40 46 73 11 30 41
Binary 1101001 1000111 1000001 0 100000 100110 111011 1001 11000 100001

Color Harmonies of #694741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694741

Black with #694741

Text Example


Text Example

White with #694741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694741; }

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

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

background-color css

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

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

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

border-color css

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

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

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