Html Css Color HEX #635352 Buccaneer

📋 copy color: '#635352'

red 99 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #635352

Tints of Buccaneer #635352

RGB

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

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

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

R = 37.5%
G = 31.44%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#635352 (or 0x635352) is known color: Buccaneer. HEX triplet: 63, 53 and 52. RGB value is (99,83,82). Sum of RGB (Red+Green+Blue) = 99+83+82=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 99 - color contains mainly: red. Hex color #635352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635352 is #9CACAD. Grayscale: #575757. Windows color (decimal): -10267822 or 5395299. OLE color: 5395299.

HSL color Cylindrical-coordinate representation of color #635352: hue angle of 3.53º 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 #635352 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 82 -
CMYK 0 0.16 0.17 0.61
HSL 3.53º 0.09% 0.35% -
HSV(B) 3.53º 0.17% 0.39% -
XYZ 9.76 9.45 9.29 -
YUV 87.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 99 83 82 0 0.16 0.17 0.61 3.53 0.09 0.35
Hex 63 53 52 0 10 11 3D 4 9 23
Octal 143 123 122 0 20 21 75 4 11 43
Binary 1100011 1010011 1010010 0 10000 10001 111101 100 1001 100011

Color Harmonies of #635352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635352

Black with #635352

Text Example


Text Example

White with #635352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635352; }

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

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

background-color css

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

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

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

border-color css

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

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

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