Html Css Color HEX #6F655D Pine Cone

📋 copy color: '#6F655D'

red 111 ◦ green 101 ◦ blue 93

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

Shades of Pine Cone #6F655D

Tints of Pine Cone #6F655D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 36.39%
G = 33.11%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F655D (or 0x6F655D) is known color: Pine Cone. HEX triplet: 6F, 65 and 5D. RGB value is (111,101,93). Sum of RGB (Red+Green+Blue) = 111+101+93=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F655D is #909AA2. Grayscale: #676767. Windows color (decimal): -9476771 or 6120815. OLE color: 6120815.

HSL color Cylindrical-coordinate representation of color #6F655D: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F655D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 101 93 -
CMYK 0 0.09 0.16 0.56
HSL 26.67º 0.09% 0.4% -
HSV(B) 26.67º 0.16% 0.44% -
XYZ 13.19 13.48 12.26 -
YUV 103.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 111 101 93 0 0.09 0.16 0.56 26.67 0.09 0.4
Hex 6F 65 5D 0 9 10 38 1B 9 28
Octal 157 145 135 0 11 20 70 33 11 50
Binary 1101111 1100101 1011101 0 1001 10000 111000 11011 1001 101000

Color Harmonies of #6F655D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F655D

Black with #6F655D

Text Example


Text Example

White with #6F655D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,101,93); }

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

background-color css

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

 a { background-color: rgb(111,101,93); }

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

border-color css

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

 span { border-color: rgb(111,101,93); }

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