Html Css Color HEX #695050 Buccaneer

📋 copy color: '#695050'

red 105 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #695050

Tints of Buccaneer #695050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 39.62%
G = 30.19%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695050 (or 0x695050) is known color: Buccaneer. HEX triplet: 69, 50 and 50. RGB value is (105,80,80). Sum of RGB (Red+Green+Blue) = 105+80+80=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #695050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695050 is #96AFAF. Grayscale: #575757. Windows color (decimal): -9875376 or 5263465. OLE color: 5263465.

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

Color convert

RGB 105 80 80 -
CMYK 0 0.24 0.24 0.59
HSL 0.14% 0.36% -
HSV(B) 0.24% 0.41% -
XYZ 10.14 9.32 8.85 -
YUV 87.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 105 80 80 0 0.24 0.24 0.59 0 0.14 0.36
Hex 69 50 50 0 18 18 3B 0 E 24
Octal 151 120 120 0 30 30 73 0 16 44
Binary 1101001 1010000 1010000 0 11000 11000 111011 0 1110 100100

Color Harmonies of #695050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695050

Black with #695050

Text Example


Text Example

White with #695050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695050; }

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

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

background-color css

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

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

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

border-color css

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

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

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