Html Css Color HEX #695151 Buccaneer

📋 copy color: '#695151'

red 105 ◦ green 81 ◦ blue 81

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

Shades of Buccaneer #695151

Tints of Buccaneer #695151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.34%

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

R = 39.33%
G = 30.34%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#695151 (or 0x695151) is known color: Buccaneer. HEX triplet: 69, 51 and 51. RGB value is (105,81,81). Sum of RGB (Red+Green+Blue) = 105+81+81=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #695151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695151 is #96AEAE. Grayscale: #585858. Windows color (decimal): -9875119 or 5329257. OLE color: 5329257.

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

Color convert

RGB 105 81 81 -
CMYK 0 0.23 0.23 0.59
HSL 0.13% 0.36% -
HSV(B) 0.23% 0.41% -
XYZ 10.25 9.48 9.07 -
YUV 88.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 105 81 81 0 0.23 0.23 0.59 0 0.13 0.36
Hex 69 51 51 0 17 17 3B 0 D 24
Octal 151 121 121 0 27 27 73 0 15 44
Binary 1101001 1010001 1010001 0 10111 10111 111011 0 1101 100100

Color Harmonies of #695151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695151

Black with #695151

Text Example


Text Example

White with #695151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695151; }

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

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

background-color css

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

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

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

border-color css

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

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

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