Html Css Color HEX #6C4E4B Buccaneer

📋 copy color: '#6C4E4B'

red 108 ◦ green 78 ◦ blue 75

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

Shades of Buccaneer #6C4E4B

Tints of Buccaneer #6C4E4B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

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

R = 41.38%
G = 29.89%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C4E4B (or 0x6C4E4B) is known color: Buccaneer. HEX triplet: 6C, 4E and 4B. RGB value is (108,78,75). Sum of RGB (Red+Green+Blue) = 108+78+75=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4E4B is #93B1B4. Grayscale: #565656. Windows color (decimal): -9679285 or 4935276. OLE color: 4935276.

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

Color convert

RGB 108 78 75 -
CMYK 0 0.28 0.31 0.58
HSL 5.45º 0.18% 0.36% -
HSV(B) 5.45º 0.31% 0.42% -
XYZ 10.18 9.14 7.89 -
YUV 86.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 108 78 75 0 0.28 0.31 0.58 5.45 0.18 0.36
Hex 6C 4E 4B 0 1C 1F 3A 5 12 24
Octal 154 116 113 0 34 37 72 5 22 44
Binary 1101100 1001110 1001011 0 11100 11111 111010 101 10010 100100

Color Harmonies of #6C4E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4E4B

Black with #6C4E4B

Text Example


Text Example

White with #6C4E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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