Html Css Color HEX #6F5453 Buccaneer

📋 copy color: '#6F5453'

red 111 ◦ green 84 ◦ blue 83

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

Shades of Buccaneer #6F5453

Tints of Buccaneer #6F5453

RGB

 RED value IS 111 (43.75% from 255) = 39.93%

 GREEN value IS 84 (33.2% from 255) = 30.22%

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 39.93%
G = 30.22%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F5453 (or 0x6F5453) is known color: Buccaneer. HEX triplet: 6F, 54 and 53. RGB value is (111,84,83). Sum of RGB (Red+Green+Blue) = 111+84+83=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5453 is #90ABAC. Grayscale: #5B5B5B. Windows color (decimal): -9481133 or 5461103. OLE color: 5461103.

HSL color Cylindrical-coordinate representation of color #6F5453: hue angle of 2.14º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F5453 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 84 83 -
CMYK 0 0.24 0.25 0.56
HSL 2.14º 0.14% 0.38% -
HSV(B) 2.14º 0.25% 0.44% -
XYZ 11.29 10.34 9.59 -
YUV 91.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 111 84 83 0 0.24 0.25 0.56 2.14 0.14 0.38
Hex 6F 54 53 0 18 19 38 2 E 26
Octal 157 124 123 0 30 31 70 2 16 46
Binary 1101111 1010100 1010011 0 11000 11001 111000 10 1110 100110

Color Harmonies of #6F5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5453

Black with #6F5453

Text Example


Text Example

White with #6F5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,84,83); }

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

background-color css

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

 a { background-color: rgb(111,84,83); }

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

border-color css

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

 span { border-color: rgb(111,84,83); }

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