Html Css Color HEX #624E4E Buccaneer

📋 copy color: '#624E4E'

red 98 ◦ green 78 ◦ blue 78

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

Shades of Buccaneer #624E4E

Tints of Buccaneer #624E4E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 78 (30.86% from 255) = 30.71%

R = 38.58%
G = 30.71%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#624E4E (or 0x624E4E) is known color: Buccaneer. HEX triplet: 62, 4E and 4E. RGB value is (98,78,78). Sum of RGB (Red+Green+Blue) = 98+78+78=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #624E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E4E is #9DB1B1. Grayscale: #535353. Windows color (decimal): -10334642 or 5131874. OLE color: 5131874.

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

Color convert

RGB 98 78 78 -
CMYK 0 0.20 0.20 0.62
HSL 0.11% 0.35% -
HSV(B) 0.2% 0.38% -
XYZ 9.14 8.6 8.39 -
YUV 83.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 98 78 78 0 0.20 0.20 0.62 0 0.11 0.35
Hex 62 4E 4E 0 14 14 3E 0 B 23
Octal 142 116 116 0 24 24 76 0 13 43
Binary 1100010 1001110 1001110 0 10100 10100 111110 0 1011 100011

Color Harmonies of #624E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624E4E

Black with #624E4E

Text Example


Text Example

White with #624E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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