Html Css Color HEX #6F5853 Buccaneer

📋 copy color: '#6F5853'

red 111 ◦ green 88 ◦ blue 83

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

Shades of Buccaneer #6F5853

Tints of Buccaneer #6F5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 39.36%
G = 31.21%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F5853 (or 0x6F5853) is known color: Buccaneer. HEX triplet: 6F, 58 and 53. RGB value is (111,88,83). Sum of RGB (Red+Green+Blue) = 111+88+83=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5853 is #90A7AC. Grayscale: #5E5E5E. Windows color (decimal): -9480109 or 5462127. OLE color: 5462127.

HSL color Cylindrical-coordinate representation of color #6F5853: hue angle of 10.71º 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 #6F5853 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 88 83 -
CMYK 0 0.21 0.25 0.56
HSL 10.71º 0.14% 0.38% -
HSV(B) 10.71º 0.25% 0.44% -
XYZ 11.61 10.98 9.69 -
YUV 94.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 111 88 83 0 0.21 0.25 0.56 10.71 0.14 0.38
Hex 6F 58 53 0 15 19 38 B E 26
Octal 157 130 123 0 25 31 70 13 16 46
Binary 1101111 1011000 1010011 0 10101 11001 111000 1011 1110 100110

Color Harmonies of #6F5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5853

Black with #6F5853

Text Example


Text Example

White with #6F5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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