Html Css Color HEX #644D4D Buccaneer

📋 copy color: '#644D4D'

red 100 ◦ green 77 ◦ blue 77

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

Shades of Buccaneer #644D4D

Tints of Buccaneer #644D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 39.37%
G = 30.31%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#644D4D (or 0x644D4D) is known color: Buccaneer. HEX triplet: 64, 4D and 4D. RGB value is (100,77,77). Sum of RGB (Red+Green+Blue) = 100+77+77=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #644D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D4D is #9BB2B2. Grayscale: #535353. Windows color (decimal): -10203827 or 5066084. OLE color: 5066084.

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

Color convert

RGB 100 77 77 -
CMYK 0 0.23 0.23 0.61
HSL 0.13% 0.35% -
HSV(B) 0.23% 0.39% -
XYZ 9.25 8.55 8.18 -
YUV 83.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 100 77 77 0 0.23 0.23 0.61 0 0.13 0.35
Hex 64 4D 4D 0 17 17 3D 0 D 23
Octal 144 115 115 0 27 27 75 0 15 43
Binary 1100100 1001101 1001101 0 10111 10111 111101 0 1101 100011

Color Harmonies of #644D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D4D

Black with #644D4D

Text Example


Text Example

White with #644D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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