Html Css Color HEX #695854 Buccaneer

📋 copy color: '#695854'

red 105 ◦ green 88 ◦ blue 84

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

Shades of Buccaneer #695854

Tints of Buccaneer #695854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 84 (33.2% from 255) = 30.32%

R = 37.91%
G = 31.77%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#695854 (or 0x695854) is known color: Buccaneer. HEX triplet: 69, 58 and 54. RGB value is (105,88,84). Sum of RGB (Red+Green+Blue) = 105+88+84=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #695854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695854 is #96A7AB. Grayscale: #5C5C5C. Windows color (decimal): -9873324 or 5527657. OLE color: 5527657.

HSL color Cylindrical-coordinate representation of color #695854: hue angle of 11.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695854 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 88 84 -
CMYK 0 0.16 0.20 0.59
HSL 11.43º 0.11% 0.37% -
HSV(B) 11.43º 0.2% 0.41% -
XYZ 10.92 10.62 9.86 -
YUV 92.63 123.13 136.83 -
System Red Green Blue C M Y K H S L
Decimal 105 88 84 0 0.16 0.20 0.59 11.43 0.11 0.37
Hex 69 58 54 0 10 14 3B B B 25
Octal 151 130 124 0 20 24 73 13 13 45
Binary 1101001 1011000 1010100 0 10000 10100 111011 1011 1011 100101

Color Harmonies of #695854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695854

Black with #695854

Text Example


Text Example

White with #695854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695854; }

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

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

background-color css

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

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

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

border-color css

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

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

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