Html Css Color HEX #67504F Buccaneer

📋 copy color: '#67504F'

red 103 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #67504F

Tints of Buccaneer #67504F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 39.31%
G = 30.53%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#67504F (or 0x67504F) is known color: Buccaneer. HEX triplet: 67, 50 and 4F. RGB value is (103,80,79). Sum of RGB (Red+Green+Blue) = 103+80+79=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 103 - color contains mainly: red. Hex color #67504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67504F is #98AFB0. Grayscale: #565656. Windows color (decimal): -10006449 or 5197927. OLE color: 5197927.

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

Color convert

RGB 103 80 79 -
CMYK 0 0.22 0.23 0.60
HSL 2.5º 0.13% 0.36% -
HSV(B) 2.5º 0.23% 0.4% -
XYZ 9.87 9.19 8.65 -
YUV 86.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 103 80 79 0 0.22 0.23 0.60 2.5 0.13 0.36
Hex 67 50 4F 0 16 17 3C 2 D 24
Octal 147 120 117 0 26 27 74 2 15 44
Binary 1100111 1010000 1001111 0 10110 10111 111100 10 1101 100100

Color Harmonies of #67504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67504F

Black with #67504F

Text Example


Text Example

White with #67504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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