Html Css Color HEX #685551 Congo Brown

📋 copy color: '#685551'

red 104 ◦ green 85 ◦ blue 81

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

Shades of Congo Brown #685551

Tints of Congo Brown #685551

RGB

 RED value IS 104 (41.02% from 255) = 38.52%

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 38.52%
G = 31.48%
B = 30%

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

#685551 (or 0x685551) is known color: Congo Brown. HEX triplet: 68, 55 and 51. RGB value is (104,85,81). Sum of RGB (Red+Green+Blue) = 104+85+81=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685551 is #97AAAE. Grayscale: #5A5A5A. Windows color (decimal): -9939631 or 5330280. OLE color: 5330280.

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

Color convert

RGB 104 85 81 -
CMYK 0 0.18 0.22 0.59
HSL 10.43º 0.12% 0.36% -
HSV(B) 10.43º 0.22% 0.41% -
XYZ 10.44 10.03 9.17 -
YUV 90.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 104 85 81 0 0.18 0.22 0.59 10.43 0.12 0.36
Hex 68 55 51 0 12 16 3B A C 24
Octal 150 125 121 0 22 26 73 12 14 44
Binary 1101000 1010101 1010001 0 10010 10110 111011 1010 1100 100100

Color Harmonies of #685551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685551

Black with #685551

Text Example


Text Example

White with #685551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685551; }

 p { color: rgb(104,85,81); }

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

background-color css

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

 a { background-color: rgb(104,85,81); }

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

border-color css

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

 span { border-color: rgb(104,85,81); }

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