Html Css Color HEX #695651 Congo Brown

📋 copy color: '#695651'

red 105 ◦ green 86 ◦ blue 81

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

Shades of Congo Brown #695651

Tints of Congo Brown #695651

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.62%

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 38.6%
G = 31.62%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695651 (or 0x695651) is known color: Congo Brown. HEX triplet: 69, 56 and 51. RGB value is (105,86,81). Sum of RGB (Red+Green+Blue) = 105+86+81=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695651 is #96A9AE. Grayscale: #5B5B5B. Windows color (decimal): -9873839 or 5330537. OLE color: 5330537.

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

Color convert

RGB 105 86 81 -
CMYK 0 0.18 0.23 0.59
HSL 12.5º 0.13% 0.36% -
HSV(B) 12.5º 0.23% 0.41% -
XYZ 10.64 10.25 9.2 -
YUV 91.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 105 86 81 0 0.18 0.23 0.59 12.5 0.13 0.36
Hex 69 56 51 0 12 17 3B C D 24
Octal 151 126 121 0 22 27 73 14 15 44
Binary 1101001 1010110 1010001 0 10010 10111 111011 1100 1101 100100

Color Harmonies of #695651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695651

Black with #695651

Text Example


Text Example

White with #695651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695651; }

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

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

background-color css

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

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

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

border-color css

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

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

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