Html Css Color HEX #625353 Buccaneer

📋 copy color: '#625353'

red 98 ◦ green 83 ◦ blue 83

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

Shades of Buccaneer #625353

Tints of Buccaneer #625353

RGB

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

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

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

R = 37.12%
G = 31.44%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#625353 (or 0x625353) is known color: Buccaneer. HEX triplet: 62, 53 and 53. RGB value is (98,83,83). Sum of RGB (Red+Green+Blue) = 98+83+83=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #625353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625353 is #9DACAC. Grayscale: #575757. Windows color (decimal): -10333357 or 5460834. OLE color: 5460834.

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

Color convert

RGB 98 83 83 -
CMYK 0 0.15 0.15 0.62
HSL 0.08% 0.35% -
HSV(B) 0.15% 0.38% -
XYZ 9.69 9.41 9.49 -
YUV 87.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 98 83 83 0 0.15 0.15 0.62 0 0.08 0.35
Hex 62 53 53 0 F F 3E 0 8 23
Octal 142 123 123 0 17 17 76 0 10 43
Binary 1100010 1010011 1010011 0 1111 1111 111110 0 1000 100011

Color Harmonies of #625353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625353

Black with #625353

Text Example


Text Example

White with #625353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625353; }

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

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

background-color css

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

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

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

border-color css

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

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

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