Html Css Color HEX #625050 Buccaneer

📋 copy color: '#625050'

red 98 ◦ green 80 ◦ blue 80

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

Shades of Buccaneer #625050

Tints of Buccaneer #625050

RGB

 RED value IS 98 (38.67% from 255) = 37.98%

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 37.98%
G = 31.01%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#625050 (or 0x625050) is known color: Buccaneer. HEX triplet: 62, 50 and 50. RGB value is (98,80,80). Sum of RGB (Red+Green+Blue) = 98+80+80=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #625050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625050 is #9DAFAF. Grayscale: #555555. Windows color (decimal): -10334128 or 5263458. OLE color: 5263458.

HSL color Cylindrical-coordinate representation of color #625050: hue angle of 0º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625050 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 80 -
CMYK 0 0.18 0.18 0.62
HSL 0.1% 0.35% -
HSV(B) 0.18% 0.38% -
XYZ 9.35 8.91 8.82 -
YUV 85.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 98 80 80 0 0.18 0.18 0.62 0 0.1 0.35
Hex 62 50 50 0 12 12 3E 0 A 23
Octal 142 120 120 0 22 22 76 0 12 43
Binary 1100010 1010000 1010000 0 10010 10010 111110 0 1010 100011

Color Harmonies of #625050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625050

Black with #625050

Text Example


Text Example

White with #625050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625050; }

 p { color: rgb(98,80,80); }

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

background-color css

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

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

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

border-color css

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

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

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