Html Css Color HEX #684A4A Buccaneer

📋 copy color: '#684A4A'

red 104 ◦ green 74 ◦ blue 74

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

Shades of Buccaneer #684A4A

Tints of Buccaneer #684A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.37%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 41.27%
G = 29.37%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#684A4A (or 0x684A4A) is known color: Buccaneer. HEX triplet: 68, 4A and 4A. RGB value is (104,74,74). Sum of RGB (Red+Green+Blue) = 104+74+74=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #684A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A4A is #97B5B5. Grayscale: #535353. Windows color (decimal): -9942454 or 4868712. OLE color: 4868712.

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

Color convert

RGB 104 74 74 -
CMYK 0 0.29 0.29 0.59
HSL 0.17% 0.35% -
HSV(B) 0.29% 0.41% -
XYZ 9.39 8.34 7.59 -
YUV 82.97 122.94 143 -
System Red Green Blue C M Y K H S L
Decimal 104 74 74 0 0.29 0.29 0.59 0 0.17 0.35
Hex 68 4A 4A 0 1D 1D 3B 0 11 23
Octal 150 112 112 0 35 35 73 0 21 43
Binary 1101000 1001010 1001010 0 11101 11101 111011 0 10001 100011

Color Harmonies of #684A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A4A

Black with #684A4A

Text Example


Text Example

White with #684A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,74,74); }

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

background-color css

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

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

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

border-color css

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

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

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