Html Css Color HEX #695350 Buccaneer

📋 copy color: '#695350'

red 105 ◦ green 83 ◦ blue 80

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

Shades of Buccaneer #695350

Tints of Buccaneer #695350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 39.18%
G = 30.97%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#695350 (or 0x695350) is known color: Buccaneer. HEX triplet: 69, 53 and 50. RGB value is (105,83,80). Sum of RGB (Red+Green+Blue) = 105+83+80=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #695350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695350 is #96ACAF. Grayscale: #595959. Windows color (decimal): -9874608 or 5264233. OLE color: 5264233.

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

Color convert

RGB 105 83 80 -
CMYK 0 0.21 0.24 0.59
HSL 7.2º 0.14% 0.36% -
HSV(B) 7.2º 0.24% 0.41% -
XYZ 10.37 9.77 8.93 -
YUV 89.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 105 83 80 0 0.21 0.24 0.59 7.2 0.14 0.36
Hex 69 53 50 0 15 18 3B 7 E 24
Octal 151 123 120 0 25 30 73 7 16 44
Binary 1101001 1010011 1010000 0 10101 11000 111011 111 1110 100100

Color Harmonies of #695350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695350

Black with #695350

Text Example


Text Example

White with #695350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695350; }

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

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

background-color css

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

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

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

border-color css

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

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

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