Html Css Color HEX #615353 Buccaneer

📋 copy color: '#615353'

red 97 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #615353

Tints of Buccaneer #615353

RGB

 RED value IS 97 (38.28% from 255) = 36.88%

 GREEN value IS 83 (32.81% from 255) = 31.56%

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

R = 36.88%
G = 31.56%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#615353 (or 0x615353) is known color: Buccaneer. HEX triplet: 61, 53 and 53. RGB value is (97,83,83). Sum of RGB (Red+Green+Blue) = 97+83+83=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615353 is #9EACAC. Grayscale: #575757. Windows color (decimal): -10398893 or 5460833. OLE color: 5460833.

HSL color Cylindrical-coordinate representation of color #615353: hue angle of 0º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615353 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 83 83 -
CMYK 0 0.14 0.14 0.62
HSL 0.08% 0.35% -
HSV(B) 0.14% 0.38% -
XYZ 9.58 9.35 9.48 -
YUV 87.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 97 83 83 0 0.14 0.14 0.62 0 0.08 0.35
Hex 61 53 53 0 E E 3E 0 8 23
Octal 141 123 123 0 16 16 76 0 10 43
Binary 1100001 1010011 1010011 0 1110 1110 111110 0 1000 100011

Color Harmonies of #615353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615353

Black with #615353

Text Example


Text Example

White with #615353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615353; }

 p { color: rgb(97,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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