Html Css Color HEX #695451 Buccaneer

📋 copy color: '#695451'

red 105 ◦ green 84 ◦ blue 81

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

Shades of Buccaneer #695451

Tints of Buccaneer #695451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 38.89%
G = 31.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695451 (or 0x695451) is known color: Buccaneer. HEX triplet: 69, 54 and 51. RGB value is (105,84,81). Sum of RGB (Red+Green+Blue) = 105+84+81=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #695451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695451 is #96ABAE. Grayscale: #595959. Windows color (decimal): -9874351 or 5330025. OLE color: 5330025.

HSL color Cylindrical-coordinate representation of color #695451: hue angle of 7.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 #695451 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 84 81 -
CMYK 0 0.20 0.23 0.59
HSL 7.5º 0.13% 0.36% -
HSV(B) 7.5º 0.23% 0.41% -
XYZ 10.48 9.94 9.15 -
YUV 89.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 105 84 81 0 0.20 0.23 0.59 7.5 0.13 0.36
Hex 69 54 51 0 14 17 3B 8 D 24
Octal 151 124 121 0 24 27 73 10 15 44
Binary 1101001 1010100 1010001 0 10100 10111 111011 1000 1101 100100

Color Harmonies of #695451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695451

Black with #695451

Text Example


Text Example

White with #695451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695451; }

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

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

background-color css

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

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

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

border-color css

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

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

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