Html Css Color HEX #674E4D Buccaneer

📋 copy color: '#674E4D'

red 103 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #674E4D

Tints of Buccaneer #674E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

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

R = 39.92%
G = 30.23%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#674E4D (or 0x674E4D) is known color: Buccaneer. HEX triplet: 67, 4E and 4D. RGB value is (103,78,77). Sum of RGB (Red+Green+Blue) = 103+78+77=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #674E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E4D is #98B1B2. Grayscale: #555555. Windows color (decimal): -10006963 or 5066343. OLE color: 5066343.

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

Color convert

RGB 103 78 77 -
CMYK 0 0.24 0.25 0.60
HSL 2.31º 0.14% 0.35% -
HSV(B) 2.31º 0.25% 0.4% -
XYZ 9.66 8.87 8.22 -
YUV 85.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 103 78 77 0 0.24 0.25 0.60 2.31 0.14 0.35
Hex 67 4E 4D 0 18 19 3C 2 E 23
Octal 147 116 115 0 30 31 74 2 16 43
Binary 1100111 1001110 1001101 0 11000 11001 111100 10 1110 100011

Color Harmonies of #674E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674E4D

Black with #674E4D

Text Example


Text Example

White with #674E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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