Html Css Color HEX #675653 Buccaneer

📋 copy color: '#675653'

red 103 ◦ green 86 ◦ blue 83

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

Shades of Buccaneer #675653

Tints of Buccaneer #675653

RGB

 RED value IS 103 (40.63% from 255) = 37.87%

 GREEN value IS 86 (33.98% from 255) = 31.62%

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

R = 37.87%
G = 31.62%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#675653 (or 0x675653) is known color: Buccaneer. HEX triplet: 67, 56 and 53. RGB value is (103,86,83). Sum of RGB (Red+Green+Blue) = 103+86+83=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675653 is #98A9AC. Grayscale: #5A5A5A. Windows color (decimal): -10004909 or 5461607. OLE color: 5461607.

HSL color Cylindrical-coordinate representation of color #675653: hue angle of 9º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #675653 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 86 83 -
CMYK 0 0.17 0.19 0.60
HSL 0.11% 0.36% -
HSV(B) 0.19% 0.4% -
XYZ 10.48 10.16 9.59 -
YUV 90.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 103 86 83 0 0.17 0.19 0.60 9 0.11 0.36
Hex 67 56 53 0 11 13 3C 9 B 24
Octal 147 126 123 0 21 23 74 11 13 44
Binary 1100111 1010110 1010011 0 10001 10011 111100 1001 1011 100100

Color Harmonies of #675653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675653

Black with #675653

Text Example


Text Example

White with #675653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675653; }

 p { color: rgb(103,86,83); }

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

background-color css

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

 a { background-color: rgb(103,86,83); }

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

border-color css

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

 span { border-color: rgb(103,86,83); }

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