Html Css Color HEX #695753 Congo Brown

📋 copy color: '#695753'

red 105 ◦ green 87 ◦ blue 83

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

Shades of Congo Brown #695753

Tints of Congo Brown #695753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 83 (32.81% from 255) = 30.18%

R = 38.18%
G = 31.64%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#695753 (or 0x695753) is known color: Congo Brown. HEX triplet: 69, 57 and 53. RGB value is (105,87,83). Sum of RGB (Red+Green+Blue) = 105+87+83=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695753 is #96A8AC. Grayscale: #5B5B5B. Windows color (decimal): -9873581 or 5461865. OLE color: 5461865.

HSL color Cylindrical-coordinate representation of color #695753: hue angle of 10.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695753 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 87 83 -
CMYK 0 0.17 0.21 0.59
HSL 10.91º 0.12% 0.37% -
HSV(B) 10.91º 0.21% 0.41% -
XYZ 10.8 10.44 9.63 -
YUV 91.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 105 87 83 0 0.17 0.21 0.59 10.91 0.12 0.37
Hex 69 57 53 0 11 15 3B B C 25
Octal 151 127 123 0 21 25 73 13 14 45
Binary 1101001 1010111 1010011 0 10001 10101 111011 1011 1100 100101

Color Harmonies of #695753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695753

Black with #695753

Text Example


Text Example

White with #695753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695753; }

 p { color: rgb(105,87,83); }

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

background-color css

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

 a { background-color: rgb(105,87,83); }

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

border-color css

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

 span { border-color: rgb(105,87,83); }

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