#674B4B

Color #674B4B Buccaneer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buccaneer #674B4B

Tints of Buccaneer #674B4B

Color information

#674B4B (or 0x674B4B) is unknown color: approx Buccaneer. HEX triplet: 67, 4B and 4B. RGB value is (103,75,75). Sum of RGB (Red+Green+Blue) = 103+75+75=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #674B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B4B is #98B4B4. Grayscale: #535353. Windows color (decimal): -10007733 or 4934503. OLE color: 4934503.

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

Color convert

RGB1037575-
CMYK00.270.270.60
HSL15.73%34.9%-
HSV(B)27.18%40.39%-
XYZ9.388.427.79-
YUV83.37123.28142-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.71%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 75 (29.69% from 255) = 29.64%
R=40.71%
G=29.64%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103757500.270.270.60015.7334.9
Hex674B4B01B1B3C01023
Octal147113113033337402043
Binary11001111001011100101101101111011111100010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674B4B; }

 p { color: rgb(103,75,75); }

 H1.HeaderClassName
 {
   color: #674B4B;
 }
 .AnyTagClassName
 {
   color: #674B4B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #674B4B;
 }
 .BgClassName
 {
   background-color: #674B4B;
 }
</style>
border-color css

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

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

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