Html Css Color HEX #695752 Congo Brown

📋 copy color: '#695752'

red 105 ◦ green 87 ◦ blue 82

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

Shades of Congo Brown #695752

Tints of Congo Brown #695752

RGB

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

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

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

R = 38.32%
G = 31.75%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#695752 (or 0x695752) is known color: Congo Brown. HEX triplet: 69, 57 and 52. RGB value is (105,87,82). Sum of RGB (Red+Green+Blue) = 105+87+82=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695752 is #96A8AD. Grayscale: #5B5B5B. Windows color (decimal): -9873582 or 5396329. OLE color: 5396329.

HSL color Cylindrical-coordinate representation of color #695752: hue angle of 13.04º 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 #695752 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 87 82 -
CMYK 0 0.17 0.22 0.59
HSL 13.04º 0.12% 0.37% -
HSV(B) 13.04º 0.22% 0.41% -
XYZ 10.76 10.43 9.43 -
YUV 91.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 105 87 82 0 0.17 0.22 0.59 13.04 0.12 0.37
Hex 69 57 52 0 11 16 3B D C 25
Octal 151 127 122 0 21 26 73 15 14 45
Binary 1101001 1010111 1010010 0 10001 10110 111011 1101 1100 100101

Color Harmonies of #695752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695752

Black with #695752

Text Example


Text Example

White with #695752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695752; }

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

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

background-color css

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

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

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

border-color css

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

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

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