Html Css Color HEX #695453 Buccaneer

📋 copy color: '#695453'

red 105 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #695453

Tints of Buccaneer #695453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 38.6%
G = 30.88%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#695453 (or 0x695453) is known color: Buccaneer. HEX triplet: 69, 54 and 53. RGB value is (105,84,83). Sum of RGB (Red+Green+Blue) = 105+84+83=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695453 is #96ABAC. Grayscale: #5A5A5A. Windows color (decimal): -9874349 or 5461097. OLE color: 5461097.

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

Color convert

RGB 105 84 83 -
CMYK 0 0.20 0.21 0.59
HSL 2.73º 0.12% 0.37% -
HSV(B) 2.73º 0.21% 0.41% -
XYZ 10.56 9.97 9.55 -
YUV 90.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 105 84 83 0 0.20 0.21 0.59 2.73 0.12 0.37
Hex 69 54 53 0 14 15 3B 3 C 25
Octal 151 124 123 0 24 25 73 3 14 45
Binary 1101001 1010100 1010011 0 10100 10101 111011 11 1100 100101

Color Harmonies of #695453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695453

Black with #695453

Text Example


Text Example

White with #695453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695453; }

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

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

background-color css

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

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

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

border-color css

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

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

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