Html Css Color HEX #6F6254 Pine Cone

📋 copy color: '#6F6254'

red 111 ◦ green 98 ◦ blue 84

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

Shades of Pine Cone #6F6254

Tints of Pine Cone #6F6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

 BLUE value IS 84 (33.2% from 255) = 28.67%

R = 37.88%
G = 33.45%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F6254 (or 0x6F6254) is known color: Pine Cone. HEX triplet: 6F, 62 and 54. RGB value is (111,98,84). Sum of RGB (Red+Green+Blue) = 111+98+84=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6254 is #909DAB. Grayscale: #646464. Windows color (decimal): -9477548 or 5530223. OLE color: 5530223.

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

Color convert

RGB 111 98 84 -
CMYK 0 0.12 0.24 0.56
HSL 31.11º 0.14% 0.38% -
HSV(B) 31.11º 0.24% 0.44% -
XYZ 12.52 12.75 10.19 -
YUV 100.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 111 98 84 0 0.12 0.24 0.56 31.11 0.14 0.38
Hex 6F 62 54 0 C 18 38 1F E 26
Octal 157 142 124 0 14 30 70 37 16 46
Binary 1101111 1100010 1010100 0 1100 11000 111000 11111 1110 100110

Color Harmonies of #6F6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6254

Black with #6F6254

Text Example


Text Example

White with #6F6254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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