Html Css Color HEX #6B655F Pine Cone

📋 copy color: '#6B655F'

red 107 ◦ green 101 ◦ blue 95

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

Shades of Pine Cone #6B655F

Tints of Pine Cone #6B655F

RGB

 RED value IS 107 (42.19% from 255) = 35.31%

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

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 35.31%
G = 33.33%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B655F (or 0x6B655F) is known color: Pine Cone. HEX triplet: 6B, 65 and 5F. RGB value is (107,101,95). Sum of RGB (Red+Green+Blue) = 107+101+95=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655F is #949AA0. Grayscale: #666666. Windows color (decimal): -9738913 or 6251883. OLE color: 6251883.

HSL color Cylindrical-coordinate representation of color #6B655F: hue angle of 30º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B655F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 101 95 -
CMYK 0 0.06 0.11 0.58
HSL 30º 0.06% 0.4% -
HSV(B) 30º 0.11% 0.42% -
XYZ 12.78 13.26 12.71 -
YUV 102.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 107 101 95 0 0.06 0.11 0.58 30 0.06 0.4
Hex 6B 65 5F 0 6 B 3A 1E 6 28
Octal 153 145 137 0 6 13 72 36 6 50
Binary 1101011 1100101 1011111 0 110 1011 111010 11110 110 101000

Color Harmonies of #6B655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B655F

Black with #6B655F

Text Example


Text Example

White with #6B655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,101,95); }

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

background-color css

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

 a { background-color: rgb(107,101,95); }

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

border-color css

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

 span { border-color: rgb(107,101,95); }

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