Html Css Color HEX #695351 Buccaneer

📋 copy color: '#695351'

red 105 ◦ green 83 ◦ blue 81

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

Shades of Buccaneer #695351

Tints of Buccaneer #695351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 81 (32.03% from 255) = 30.11%

R = 39.03%
G = 30.86%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695351 (or 0x695351) is known color: Buccaneer. HEX triplet: 69, 53 and 51. RGB value is (105,83,81). Sum of RGB (Red+Green+Blue) = 105+83+81=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #695351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695351 is #96ACAE. Grayscale: #595959. Windows color (decimal): -9874607 or 5329769. OLE color: 5329769.

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

Color convert

RGB 105 83 81 -
CMYK 0 0.21 0.23 0.59
HSL 0.13% 0.36% -
HSV(B) 0.23% 0.41% -
XYZ 10.4 9.78 9.12 -
YUV 89.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 105 83 81 0 0.21 0.23 0.59 5 0.13 0.36
Hex 69 53 51 0 15 17 3B 5 D 24
Octal 151 123 121 0 25 27 73 5 15 44
Binary 1101001 1010011 1010001 0 10101 10111 111011 101 1101 100100

Color Harmonies of #695351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695351

Black with #695351

Text Example


Text Example

White with #695351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695351; }

 p { color: rgb(105,83,81); }

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

background-color css

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

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

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

border-color css

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

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

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