Html Css Color HEX #684C4B Buccaneer

📋 copy color: '#684C4B'

red 104 ◦ green 76 ◦ blue 75

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

Shades of Buccaneer #684C4B

Tints of Buccaneer #684C4B

RGB

 RED value IS 104 (41.02% from 255) = 40.78%

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 40.78%
G = 29.8%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#684C4B (or 0x684C4B) is known color: Buccaneer. HEX triplet: 68, 4C and 4B. RGB value is (104,76,75). Sum of RGB (Red+Green+Blue) = 104+76+75=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #684C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C4B is #97B3B4. Grayscale: #545454. Windows color (decimal): -9941941 or 4934760. OLE color: 4934760.

HSL color Cylindrical-coordinate representation of color #684C4B: hue angle of 2.07º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684C4B is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 75 -
CMYK 0 0.27 0.28 0.59
HSL 2.07º 0.16% 0.35% -
HSV(B) 2.07º 0.28% 0.41% -
XYZ 9.56 8.62 7.82 -
YUV 84.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 104 76 75 0 0.27 0.28 0.59 2.07 0.16 0.35
Hex 68 4C 4B 0 1B 1C 3B 2 10 23
Octal 150 114 113 0 33 34 73 2 20 43
Binary 1101000 1001100 1001011 0 11011 11100 111011 10 10000 100011

Color Harmonies of #684C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C4B

Black with #684C4B

Text Example


Text Example

White with #684C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684C4B; }

 p { color: rgb(104,76,75); }

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

background-color css

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

 a { background-color: rgb(104,76,75); }

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

border-color css

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

 span { border-color: rgb(104,76,75); }

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