Html Css Color HEX #675754 Buccaneer

📋 copy color: '#675754'

red 103 ◦ green 87 ◦ blue 84

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

Shades of Buccaneer #675754

Tints of Buccaneer #675754

RGB

 RED value IS 103 (40.63% from 255) = 37.59%

 GREEN value IS 87 (34.38% from 255) = 31.75%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 37.59%
G = 31.75%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#675754 (or 0x675754) is known color: Buccaneer. HEX triplet: 67, 57 and 54. RGB value is (103,87,84). Sum of RGB (Red+Green+Blue) = 103+87+84=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 103 - color contains mainly: red. Hex color #675754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675754 is #98A8AB. Grayscale: #5B5B5B. Windows color (decimal): -10004652 or 5527399. OLE color: 5527399.

HSL color Cylindrical-coordinate representation of color #675754: hue angle of 9.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675754 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 87 84 -
CMYK 0 0.16 0.18 0.60
HSL 9.47º 0.1% 0.37% -
HSV(B) 9.47º 0.18% 0.4% -
XYZ 10.6 10.34 9.82 -
YUV 91.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 103 87 84 0 0.16 0.18 0.60 9.47 0.1 0.37
Hex 67 57 54 0 10 12 3C 9 A 25
Octal 147 127 124 0 20 22 74 11 12 45
Binary 1100111 1010111 1010100 0 10000 10010 111100 1001 1010 100101

Color Harmonies of #675754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675754

Black with #675754

Text Example


Text Example

White with #675754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675754; }

 p { color: rgb(103,87,84); }

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

background-color css

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

 a { background-color: rgb(103,87,84); }

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

border-color css

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

 span { border-color: rgb(103,87,84); }

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