Html Css Color HEX #675352 Buccaneer

📋 copy color: '#675352'

red 103 ◦ green 83 ◦ blue 82

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

Shades of Buccaneer #675352

Tints of Buccaneer #675352

RGB

 RED value IS 103 (40.63% from 255) = 38.43%

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

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

R = 38.43%
G = 30.97%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#675352 (or 0x675352) is known color: Buccaneer. HEX triplet: 67, 53 and 52. RGB value is (103,83,82). Sum of RGB (Red+Green+Blue) = 103+83+82=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675352 is #98ACAD. Grayscale: #585858. Windows color (decimal): -10005678 or 5395303. OLE color: 5395303.

HSL color Cylindrical-coordinate representation of color #675352: hue angle of 2.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675352 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 83 82 -
CMYK 0 0.19 0.20 0.60
HSL 2.86º 0.11% 0.36% -
HSV(B) 2.86º 0.2% 0.4% -
XYZ 10.21 9.68 9.31 -
YUV 88.87 124.13 138.08 -
System Red Green Blue C M Y K H S L
Decimal 103 83 82 0 0.19 0.20 0.60 2.86 0.11 0.36
Hex 67 53 52 0 13 14 3C 3 B 24
Octal 147 123 122 0 23 24 74 3 13 44
Binary 1100111 1010011 1010010 0 10011 10100 111100 11 1011 100100

Color Harmonies of #675352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675352

Black with #675352

Text Example


Text Example

White with #675352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675352; }

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

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

background-color css

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

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

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

border-color css

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

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

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