Html Css Color HEX #6F6356 Pine Cone

📋 copy color: '#6F6356'

red 111 ◦ green 99 ◦ blue 86

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

Shades of Pine Cone #6F6356

Tints of Pine Cone #6F6356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 86 (33.98% from 255) = 29.05%

R = 37.5%
G = 33.45%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F6356 (or 0x6F6356) is known color: Pine Cone. HEX triplet: 6F, 63 and 56. RGB value is (111,99,86). Sum of RGB (Red+Green+Blue) = 111+99+86=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6356 is #909CA9. Grayscale: #656565. Windows color (decimal): -9477290 or 5661551. OLE color: 5661551.

HSL color Cylindrical-coordinate representation of color #6F6356: hue angle of 31.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6356 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 99 86 -
CMYK 0 0.11 0.23 0.56
HSL 31.2º 0.13% 0.39% -
HSV(B) 31.2º 0.23% 0.44% -
XYZ 12.7 12.98 10.64 -
YUV 101.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 111 99 86 0 0.11 0.23 0.56 31.2 0.13 0.39
Hex 6F 63 56 0 B 17 38 1F D 27
Octal 157 143 126 0 13 27 70 37 15 47
Binary 1101111 1100011 1010110 0 1011 10111 111000 11111 1101 100111

Color Harmonies of #6F6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6356

Black with #6F6356

Text Example


Text Example

White with #6F6356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,99,86); }

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

background-color css

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

 a { background-color: rgb(111,99,86); }

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

border-color css

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

 span { border-color: rgb(111,99,86); }

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