Html Css Color HEX #635252 Buccaneer

📋 copy color: '#635252'

red 99 ◦ green 82 ◦ blue 82

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

Shades of Buccaneer #635252

Tints of Buccaneer #635252

RGB

 RED value IS 99 (39.06% from 255) = 37.64%

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

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

R = 37.64%
G = 31.18%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#635252 (or 0x635252) is known color: Buccaneer. HEX triplet: 63, 52 and 52. RGB value is (99,82,82). Sum of RGB (Red+Green+Blue) = 99+82+82=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635252 is #9CADAD. Grayscale: #575757. Windows color (decimal): -10268078 or 5395043. OLE color: 5395043.

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

Color convert

RGB 99 82 82 -
CMYK 0 0.17 0.17 0.61
HSL 0.09% 0.35% -
HSV(B) 0.17% 0.39% -
XYZ 9.69 9.3 9.27 -
YUV 87.08 125.13 136.5 -
System Red Green Blue C M Y K H S L
Decimal 99 82 82 0 0.17 0.17 0.61 0 0.09 0.35
Hex 63 52 52 0 11 11 3D 0 9 23
Octal 143 122 122 0 21 21 75 0 11 43
Binary 1100011 1010010 1010010 0 10001 10001 111101 0 1001 100011

Color Harmonies of #635252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635252

Black with #635252

Text Example


Text Example

White with #635252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635252; }

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

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

background-color css

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

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

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

border-color css

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

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

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