Html Css Color HEX #645453 Buccaneer

📋 copy color: '#645453'

red 100 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #645453

Tints of Buccaneer #645453

RGB

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

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

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

R = 37.45%
G = 31.46%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#645453 (or 0x645453) is known color: Buccaneer. HEX triplet: 64, 54 and 53. RGB value is (100,84,83). Sum of RGB (Red+Green+Blue) = 100+84+83=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #645453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645453 is #9BABAC. Grayscale: #585858. Windows color (decimal): -10202029 or 5461092. OLE color: 5461092.

HSL color Cylindrical-coordinate representation of color #645453: hue angle of 3.53º 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 #645453 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 83 -
CMYK 0 0.16 0.17 0.61
HSL 3.53º 0.09% 0.36% -
HSV(B) 3.53º 0.17% 0.39% -
XYZ 9.99 9.67 9.52 -
YUV 88.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 100 84 83 0 0.16 0.17 0.61 3.53 0.09 0.36
Hex 64 54 53 0 10 11 3D 4 9 24
Octal 144 124 123 0 20 21 75 4 11 44
Binary 1100100 1010100 1010011 0 10000 10001 111101 100 1001 100100

Color Harmonies of #645453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645453

Black with #645453

Text Example


Text Example

White with #645453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645453; }

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

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

background-color css

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

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

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

border-color css

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

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

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