Html Css Color HEX #695454 Buccaneer

📋 copy color: '#695454'

red 105 ◦ green 84 ◦ blue 84

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

Shades of Buccaneer #695454

Tints of Buccaneer #695454

RGB

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

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

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

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#695454 (or 0x695454) is known color: Buccaneer. HEX triplet: 69, 54 and 54. RGB value is (105,84,84). Sum of RGB (Red+Green+Blue) = 105+84+84=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #695454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695454 is #96ABAB. Grayscale: #5A5A5A. Windows color (decimal): -9874348 or 5526633. OLE color: 5526633.

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

Color convert

RGB 105 84 84 -
CMYK 0 0.20 0.20 0.59
HSL 0.11% 0.37% -
HSV(B) 0.2% 0.41% -
XYZ 10.6 9.98 9.76 -
YUV 90.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 105 84 84 0 0.20 0.20 0.59 0 0.11 0.37
Hex 69 54 54 0 14 14 3B 0 B 25
Octal 151 124 124 0 24 24 73 0 13 45
Binary 1101001 1010100 1010100 0 10100 10100 111011 0 1011 100101

Color Harmonies of #695454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695454

Black with #695454

Text Example


Text Example

White with #695454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695454; }

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

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

background-color css

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

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

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

border-color css

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

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

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