Html Css Color HEX #675250 Buccaneer

📋 copy color: '#675250'

red 103 ◦ green 82 ◦ blue 80

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

Shades of Buccaneer #675250

Tints of Buccaneer #675250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 38.87%
G = 30.94%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#675250 (or 0x675250) is known color: Buccaneer. HEX triplet: 67, 52 and 50. RGB value is (103,82,80). Sum of RGB (Red+Green+Blue) = 103+82+80=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #675250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675250 is #98ADAF. Grayscale: #585858. Windows color (decimal): -10005936 or 5263975. OLE color: 5263975.

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

Color convert

RGB 103 82 80 -
CMYK 0 0.20 0.22 0.60
HSL 5.22º 0.13% 0.36% -
HSV(B) 5.22º 0.22% 0.4% -
XYZ 10.06 9.5 8.89 -
YUV 88.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 103 82 80 0 0.20 0.22 0.60 5.22 0.13 0.36
Hex 67 52 50 0 14 16 3C 5 D 24
Octal 147 122 120 0 24 26 74 5 15 44
Binary 1100111 1010010 1010000 0 10100 10110 111100 101 1101 100100

Color Harmonies of #675250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675250

Black with #675250

Text Example


Text Example

White with #675250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675250; }

 p { color: rgb(103,82,80); }

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

background-color css

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

 a { background-color: rgb(103,82,80); }

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

border-color css

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

 span { border-color: rgb(103,82,80); }

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