Html Css Color HEX #65504D Congo Brown

📋 copy color: '#65504D'

red 101 ◦ green 80 ◦ blue 77

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

Shades of Congo Brown #65504D

Tints of Congo Brown #65504D

RGB

 RED value IS 101 (39.84% from 255) = 39.15%

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 39.15%
G = 31.01%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65504D (or 0x65504D) is known color: Congo Brown. HEX triplet: 65, 50 and 4D. RGB value is (101,80,77). Sum of RGB (Red+Green+Blue) = 101+80+77=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #65504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65504D is #9AAFB2. Grayscale: #555555. Windows color (decimal): -10137523 or 5066853. OLE color: 5066853.

HSL color Cylindrical-coordinate representation of color #65504D: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65504D is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 80 77 -
CMYK 0 0.21 0.24 0.60
HSL 7.5º 0.13% 0.35% -
HSV(B) 7.5º 0.24% 0.4% -
XYZ 9.58 9.04 8.26 -
YUV 85.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 101 80 77 0 0.21 0.24 0.60 7.5 0.13 0.35
Hex 65 50 4D 0 15 18 3C 8 D 23
Octal 145 120 115 0 25 30 74 10 15 43
Binary 1100101 1010000 1001101 0 10101 11000 111100 1000 1101 100011

Color Harmonies of #65504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65504D

Black with #65504D

Text Example


Text Example

White with #65504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65504D; }

 p { color: rgb(101,80,77); }

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

background-color css

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

 a { background-color: rgb(101,80,77); }

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

border-color css

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

 span { border-color: rgb(101,80,77); }

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