Html Css Color HEX #645353 Buccaneer

📋 copy color: '#645353'

red 100 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #645353

Tints of Buccaneer #645353

RGB

 RED value IS 100 (39.45% from 255) = 37.59%

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

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

R = 37.59%
G = 31.2%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#645353 (or 0x645353) is known color: Buccaneer. HEX triplet: 64, 53 and 53. RGB value is (100,83,83). Sum of RGB (Red+Green+Blue) = 100+83+83=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #645353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645353 is #9BACAC. Grayscale: #585858. Windows color (decimal): -10202285 or 5460836. OLE color: 5460836.

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

Color convert

RGB 100 83 83 -
CMYK 0 0.17 0.17 0.61
HSL 0.09% 0.36% -
HSV(B) 0.17% 0.39% -
XYZ 9.91 9.52 9.5 -
YUV 88.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 100 83 83 0 0.17 0.17 0.61 0 0.09 0.36
Hex 64 53 53 0 11 11 3D 0 9 24
Octal 144 123 123 0 21 21 75 0 11 44
Binary 1100100 1010011 1010011 0 10001 10001 111101 0 1001 100100

Color Harmonies of #645353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645353

Black with #645353

Text Example


Text Example

White with #645353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645353; }

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

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

background-color css

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

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

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

border-color css

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

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

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