Html Css Color HEX #695149 Congo Brown

📋 copy color: '#695149'

red 105 ◦ green 81 ◦ blue 73

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

Shades of Congo Brown #695149

Tints of Congo Brown #695149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 40.54%
G = 31.27%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#695149 (or 0x695149) is known color: Congo Brown. HEX triplet: 69, 51 and 49. RGB value is (105,81,73). Sum of RGB (Red+Green+Blue) = 105+81+73=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #695149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695149 is #96AEB6. Grayscale: #575757. Windows color (decimal): -9875127 or 4804969. OLE color: 4804969.

HSL color Cylindrical-coordinate representation of color #695149: hue angle of 15º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695149 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 73 -
CMYK 0 0.23 0.30 0.59
HSL 15º 0.18% 0.35% -
HSV(B) 15º 0.3% 0.41% -
XYZ 9.97 9.37 7.59 -
YUV 87.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 105 81 73 0 0.23 0.30 0.59 15 0.18 0.35
Hex 69 51 49 0 17 1E 3B F 12 23
Octal 151 121 111 0 27 36 73 17 22 43
Binary 1101001 1010001 1001001 0 10111 11110 111011 1111 10010 100011

Color Harmonies of #695149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695149

Black with #695149

Text Example


Text Example

White with #695149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695149; }

 p { color: rgb(105,81,73); }

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

background-color css

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

 a { background-color: rgb(105,81,73); }

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

border-color css

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

 span { border-color: rgb(105,81,73); }

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