Html Css Color HEX #664F4F Buccaneer

📋 copy color: '#664F4F'

red 102 ◦ green 79 ◦ blue 79

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

Shades of Buccaneer #664F4F

Tints of Buccaneer #664F4F

RGB

 RED value IS 102 (40.23% from 255) = 39.23%

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 39.23%
G = 30.38%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#664F4F (or 0x664F4F) is known color: Buccaneer. HEX triplet: 66, 4F and 4F. RGB value is (102,79,79). Sum of RGB (Red+Green+Blue) = 102+79+79=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #664F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F4F is #99B0B0. Grayscale: #555555. Windows color (decimal): -10072241 or 5197670. OLE color: 5197670.

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

Color convert

RGB 102 79 79 -
CMYK 0 0.23 0.23 0.6
HSL 0.13% 0.35% -
HSV(B) 0.23% 0.4% -
XYZ 9.69 8.98 8.62 -
YUV 85.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 102 79 79 0 0.23 0.23 0.6 0 0.13 0.35
Hex 66 4F 4F 0 17 17 3C 0 D 23
Octal 146 117 117 0 27 27 74 0 15 43
Binary 1100110 1001111 1001111 0 10111 10111 111100 0 1101 100011

Color Harmonies of #664F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F4F

Black with #664F4F

Text Example


Text Example

White with #664F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664F4F; }

 p { color: rgb(102,79,79); }

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

background-color css

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

 a { background-color: rgb(102,79,79); }

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

border-color css

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

 span { border-color: rgb(102,79,79); }

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