Html Css Color HEX #615252 Buccaneer

📋 copy color: '#615252'

red 97 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #615252

Tints of Buccaneer #615252

RGB

 RED value IS 97 (38.28% from 255) = 37.16%

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

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

R = 37.16%
G = 31.42%
B = 31.42%

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

#615252 (or 0x615252) is known color: Buccaneer. HEX triplet: 61, 52 and 52. RGB value is (97,82,82). Sum of RGB (Red+Green+Blue) = 97+82+82=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #615252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615252 is #9EADAD. Grayscale: #565656. Windows color (decimal): -10399150 or 5395041. OLE color: 5395041.

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

Color convert

RGB 97 82 82 -
CMYK 0 0.15 0.15 0.62
HSL 0.08% 0.35% -
HSV(B) 0.15% 0.38% -
XYZ 9.47 9.19 9.26 -
YUV 86.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 97 82 82 0 0.15 0.15 0.62 0 0.08 0.35
Hex 61 52 52 0 F F 3E 0 8 23
Octal 141 122 122 0 17 17 76 0 10 43
Binary 1100001 1010010 1010010 0 1111 1111 111110 0 1000 100011

Color Harmonies of #615252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615252

Black with #615252

Text Example


Text Example

White with #615252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615252; }

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

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

background-color css

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

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

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

border-color css

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

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

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