Html Css Color HEX #65514B Congo Brown

📋 copy color: '#65514B'

red 101 ◦ green 81 ◦ blue 75

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

Shades of Congo Brown #65514B

Tints of Congo Brown #65514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 39.3%
G = 31.52%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65514B (or 0x65514B) is known color: Congo Brown. HEX triplet: 65, 51 and 4B. RGB value is (101,81,75). Sum of RGB (Red+Green+Blue) = 101+81+75=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #65514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65514B is #9AAEB4. Grayscale: #565656. Windows color (decimal): -10137269 or 4936037. OLE color: 4936037.

HSL color Cylindrical-coordinate representation of color #65514B: hue angle of 13.85º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65514B is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 75 -
CMYK 0 0.20 0.26 0.60
HSL 13.85º 0.15% 0.35% -
HSV(B) 13.85º 0.26% 0.4% -
XYZ 9.58 9.16 7.92 -
YUV 86.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 101 81 75 0 0.20 0.26 0.60 13.85 0.15 0.35
Hex 65 51 4B 0 14 1A 3C E F 23
Octal 145 121 113 0 24 32 74 16 17 43
Binary 1100101 1010001 1001011 0 10100 11010 111100 1110 1111 100011

Color Harmonies of #65514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65514B

Black with #65514B

Text Example


Text Example

White with #65514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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