Html Css Color HEX #655453 Buccaneer

📋 copy color: '#655453'

red 101 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #655453

Tints of Buccaneer #655453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 37.69%
G = 31.34%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#655453 (or 0x655453) is known color: Buccaneer. HEX triplet: 65, 54 and 53. RGB value is (101,84,83). Sum of RGB (Red+Green+Blue) = 101+84+83=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655453 is #9AABAC. Grayscale: #585858. Windows color (decimal): -10136493 or 5461093. OLE color: 5461093.

HSL color Cylindrical-coordinate representation of color #655453: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655453 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 84 83 -
CMYK 0 0.17 0.18 0.60
HSL 3.33º 0.1% 0.36% -
HSV(B) 3.33º 0.18% 0.4% -
XYZ 10.1 9.73 9.53 -
YUV 88.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 101 84 83 0 0.17 0.18 0.60 3.33 0.1 0.36
Hex 65 54 53 0 11 12 3C 3 A 24
Octal 145 124 123 0 21 22 74 3 12 44
Binary 1100101 1010100 1010011 0 10001 10010 111100 11 1010 100100

Color Harmonies of #655453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655453

Black with #655453

Text Example


Text Example

White with #655453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655453; }

 p { color: rgb(101,84,83); }

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

background-color css

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

 a { background-color: rgb(101,84,83); }

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

border-color css

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

 span { border-color: rgb(101,84,83); }

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