Html Css Color HEX #65514D Congo Brown

📋 copy color: '#65514D'

red 101 ◦ green 81 ◦ blue 77

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

Shades of Congo Brown #65514D

Tints of Congo Brown #65514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

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

R = 39%
G = 31.27%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#65514D (or 0x65514D) is known color: Congo Brown. HEX triplet: 65, 51 and 4D. RGB value is (101,81,77). Sum of RGB (Red+Green+Blue) = 101+81+77=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #65514D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65514D is #9AAEB2. Grayscale: #565656. Windows color (decimal): -10137267 or 5067109. OLE color: 5067109.

HSL color Cylindrical-coordinate representation of color #65514D: hue angle of 10º 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 #65514D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 77 -
CMYK 0 0.20 0.24 0.60
HSL 10º 0.13% 0.35% -
HSV(B) 10º 0.24% 0.4% -
XYZ 9.65 9.19 8.29 -
YUV 86.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 101 81 77 0 0.20 0.24 0.60 10 0.13 0.35
Hex 65 51 4D 0 14 18 3C A D 23
Octal 145 121 115 0 24 30 74 12 15 43
Binary 1100101 1010001 1001101 0 10100 11000 111100 1010 1101 100011

Color Harmonies of #65514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65514D

Black with #65514D

Text Example


Text Example

White with #65514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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