Html Css Color HEX #69504F Buccaneer

📋 copy color: '#69504F'

red 105 ◦ green 80 ◦ blue 79

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

Shades of Buccaneer #69504F

Tints of Buccaneer #69504F

RGB

 RED value IS 105 (41.41% from 255) = 39.77%

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

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

R = 39.77%
G = 30.3%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69504F (or 0x69504F) is known color: Buccaneer. HEX triplet: 69, 50 and 4F. RGB value is (105,80,79). Sum of RGB (Red+Green+Blue) = 105+80+79=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69504F is #96AFB0. Grayscale: #575757. Windows color (decimal): -9875377 or 5197929. OLE color: 5197929.

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

Color convert

RGB 105 80 79 -
CMYK 0 0.24 0.25 0.59
HSL 2.31º 0.14% 0.36% -
HSV(B) 2.31º 0.25% 0.41% -
XYZ 10.11 9.31 8.66 -
YUV 87.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 105 80 79 0 0.24 0.25 0.59 2.31 0.14 0.36
Hex 69 50 4F 0 18 19 3B 2 E 24
Octal 151 120 117 0 30 31 73 2 16 44
Binary 1101001 1010000 1001111 0 11000 11001 111011 10 1110 100100

Color Harmonies of #69504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69504F

Black with #69504F

Text Example


Text Example

White with #69504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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