Html Css Color HEX #695652 Congo Brown

📋 copy color: '#695652'

red 105 ◦ green 86 ◦ blue 82

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

Shades of Congo Brown #695652

Tints of Congo Brown #695652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 38.46%
G = 31.5%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#695652 (or 0x695652) is known color: Congo Brown. HEX triplet: 69, 56 and 52. RGB value is (105,86,82). Sum of RGB (Red+Green+Blue) = 105+86+82=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #695652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695652 is #96A9AD. Grayscale: #5B5B5B. Windows color (decimal): -9873838 or 5396073. OLE color: 5396073.

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

Color convert

RGB 105 86 82 -
CMYK 0 0.18 0.22 0.59
HSL 10.43º 0.12% 0.37% -
HSV(B) 10.43º 0.22% 0.41% -
XYZ 10.68 10.27 9.4 -
YUV 91.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 105 86 82 0 0.18 0.22 0.59 10.43 0.12 0.37
Hex 69 56 52 0 12 16 3B A C 25
Octal 151 126 122 0 22 26 73 12 14 45
Binary 1101001 1010110 1010010 0 10010 10110 111011 1010 1100 100101

Color Harmonies of #695652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695652

Black with #695652

Text Example


Text Example

White with #695652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695652; }

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

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

background-color css

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

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

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

border-color css

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

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

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