#674F4E

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

Shades of Buccaneer #674F4E

Tints of Buccaneer #674F4E

Color information

#674F4E (or 0x674F4E) is unknown color: approx Buccaneer. HEX triplet: 67, 4F and 4E. RGB value is (103,79,78). Sum of RGB (Red+Green+Blue) = 103+79+78=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #674F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F4E is #98B0B1. Grayscale: #565656. Windows color (decimal): -10006706 or 5132135. OLE color: 5132135.

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

Color convert

RGB1037978-
CMYK00.230.240.60
HSL2.4º13.81%35.49%-
HSV(B)2.4º24.27%40.39%-
XYZ9.769.038.44-
YUV86.06123.45140.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.62%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 78 (30.86% from 255) = 30%
R=39.62%
G=30.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103797800.230.240.602.413.8135.49
Hex674F4E017183C2e23
Octal147117116027307421643
Binary11001111001111100111001011111000111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,78); }

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

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

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

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

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

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

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