Html Css Color HEX #6C4B49 Buccaneer

📋 copy color: '#6C4B49'

red 108 ◦ green 75 ◦ blue 73

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

Shades of Buccaneer #6C4B49

Tints of Buccaneer #6C4B49

RGB

 RED value IS 108 (42.58% from 255) = 42.19%

 GREEN value IS 75 (29.69% from 255) = 29.3%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 42.19%
G = 29.3%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6C4B49 (or 0x6C4B49) is known color: Buccaneer. HEX triplet: 6C, 4B and 49. RGB value is (108,75,73). Sum of RGB (Red+Green+Blue) = 108+75+73=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4B49 is #93B4B6. Grayscale: #545454. Windows color (decimal): -9680055 or 4803436. OLE color: 4803436.

HSL color Cylindrical-coordinate representation of color #6C4B49: hue angle of 3.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C4B49 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 75 73 -
CMYK 0 0.31 0.32 0.58
HSL 3.43º 0.19% 0.35% -
HSV(B) 3.43º 0.32% 0.42% -
XYZ 9.9 8.7 7.46 -
YUV 84.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 108 75 73 0 0.31 0.32 0.58 3.43 0.19 0.35
Hex 6C 4B 49 0 1F 20 3A 3 13 23
Octal 154 113 111 0 37 40 72 3 23 43
Binary 1101100 1001011 1001001 0 11111 100000 111010 11 10011 100011

Color Harmonies of #6C4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4B49

Black with #6C4B49

Text Example


Text Example

White with #6C4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C4B49; }

 p { color: rgb(108,75,73); }

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

background-color css

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

 a { background-color: rgb(108,75,73); }

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

border-color css

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

 span { border-color: rgb(108,75,73); }

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