Html Css Color HEX #605252 Buccaneer

📋 copy color: '#605252'

red 96 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #605252

Tints of Buccaneer #605252

RGB

 RED value IS 96 (37.89% from 255) = 36.92%

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 36.92%
G = 31.54%
B = 31.54%

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

#605252 (or 0x605252) is known color: Buccaneer. HEX triplet: 60, 52 and 52. RGB value is (96,82,82). Sum of RGB (Red+Green+Blue) = 96+82+82=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605252 is #9FADAD. Grayscale: #565656. Windows color (decimal): -10464686 or 5395040. OLE color: 5395040.

HSL color Cylindrical-coordinate representation of color #605252: 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 #605252 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 82 82 -
CMYK 0 0.15 0.15 0.62
HSL 0.08% 0.35% -
HSV(B) 0.15% 0.38% -
XYZ 9.36 9.13 9.25 -
YUV 86.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 96 82 82 0 0.15 0.15 0.62 0 0.08 0.35
Hex 60 52 52 0 F F 3E 0 8 23
Octal 140 122 122 0 17 17 76 0 10 43
Binary 1100000 1010010 1010010 0 1111 1111 111110 0 1000 100011

Color Harmonies of #605252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605252

Black with #605252

Text Example


Text Example

White with #605252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605252; }

 p { color: rgb(96,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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